#011C24

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

Shades of Black Pearl #011C24

Tints of Black Pearl #011C24

Color information

#011C24 (or 0x011C24) is unknown color: approx Black Pearl. HEX triplet: 01, 1C and 24. RGB value is (1,28,36). Sum of RGB (Red+Green+Blue) = 1+28+36=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #011C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C24 is #FEE3DB. Grayscale: #141414. Windows color (decimal): -16704476 or 2366465. OLE color: 2366465.

HSL color Cylindrical-coordinate representation of color #011C24: hue angle of 193.71º 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 #011C24 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB12836-
CMYK0.970.2200.86
HSL193.71º94.59%7.25%-
HSV(B)193.71º97.22%14.12%-
XYZ0.750.961.82-
YUV20.84136.55113.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 28 (11.33% from 255) = 43.08%
BLUE value IS 36 (14.45% from 255) = 55.38%
R=1.54%
G=43.08%
B=55.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal128360.970.2200.86193.7194.597.25
Hex11C246116056c25f7
Octal134441412601263021377
Binary11110010010011000011011001010110110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011C24; }

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

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

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

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

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

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

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

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