#012338

Color #012338 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #012338

Tints of Black Pearl #012338

Color information

#012338 (or 0x012338) is unknown color: approx Black Pearl. HEX triplet: 01, 23 and 38. RGB value is (1,35,56). Sum of RGB (Red+Green+Blue) = 1+35+56=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #012338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012338 is #FEDCC7. Grayscale: #1B1B1B. Windows color (decimal): -16702664 or 3678977. OLE color: 3678977.

HSL color Cylindrical-coordinate representation of color #012338: hue angle of 202.91º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012338 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB13556-
CMYK0.980.3700.78
HSL202.91º96.49%11.18%-
HSV(B)202.91º98.21%21.96%-
XYZ1.331.493.96-
YUV27.23144.24109.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 56 (22.27% from 255) = 60.87%
R=1.09%
G=38.04%
B=60.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal135560.980.3700.78202.9196.4911.18
Hex12338622504Ecb60b
Octal1437014245011631314013
Binary11000111110001100010100101010011101100101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012338; }

 p { color: rgb(1,35,56); }

 H1.HeaderClassName
 {
   color: #012338;
 }
 .AnyTagClassName
 {
   color: #012338;
 }
</style>
background-color css

<style>
 a { background-color: #012338; }

 a { background-color: rgb(1,35,56); }

 div.DivClassName
 {
   background-color: #012338;
 }
 .BgClassName
 {
   background-color: #012338;
 }
</style>
border-color css

<style>
 span { border-color: #012338; }

 span { border-color: rgb(1,35,56); }

 td.TdClassName
 {
   border-color: #012338;
 }
 .TagClassName
 {
   border-color: #012338;
 }
</style>