#012433

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

Shades of Black Pearl #012433

Tints of Black Pearl #012433

Color information

#012433 (or 0x012433) is unknown color: approx Black Pearl. HEX triplet: 01, 24 and 33. RGB value is (1,36,51). Sum of RGB (Red+Green+Blue) = 1+36+51=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #012433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012433 is #FEDBCC. Grayscale: #1B1B1B. Windows color (decimal): -16702413 or 3351553. OLE color: 3351553.

HSL color Cylindrical-coordinate representation of color #012433: hue angle of 198º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012433 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB13651-
CMYK0.980.2900.8
HSL198º96.15%10.2%-
HSV(B)198º98.04%20%-
XYZ1.241.513.36-
YUV27.24141.4109.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 51 (20.31% from 255) = 57.95%
R=1.14%
G=40.91%
B=57.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal136510.980.2900.819896.1510.2
Hex12433621D050c660a
Octal1446314235012030614012
Binary1100100110011110001011101010100001100011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012433; }

 p { color: rgb(1,36,51); }

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

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

 a { background-color: rgb(1,36,51); }

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

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

 span { border-color: rgb(1,36,51); }

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