#011624

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

Shades of Black Pearl #011624

Tints of Black Pearl #011624

Color information

#011624 (or 0x011624) is unknown color: approx Black Pearl. HEX triplet: 01, 16 and 24. RGB value is (1,22,36). Sum of RGB (Red+Green+Blue) = 1+22+36=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 36 (14.45% from 255 or 61.02% from 59); Max value from RGB is 36 - color contains mainly: blue. Hex color #011624 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011624 is #FEE9DB. Grayscale: #111111. Windows color (decimal): -16706012 or 2364929. OLE color: 2364929.

HSL color Cylindrical-coordinate representation of color #011624: hue angle of 204º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011624 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB12236-
CMYK0.970.3900.86
HSL204º94.59%7.25%-
HSV(B)204º97.22%14.12%-
XYZ0.620.711.77-
YUV17.32138.54116.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 36 (14.45% from 255) = 61.02%
R=1.69%
G=37.29%
B=61.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal122360.970.3900.8620494.597.25
Hex116246127056cc5f7
Octal126441414701263141377
Binary110110100100110000110011101010110110011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011624; }

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

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

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

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

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

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

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

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