#001C24

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

Shades of Black Pearl #001C24

Tints of Black Pearl #001C24

Color information

#001C24 (or 0x001C24) is unknown color: approx Black Pearl. HEX triplet: 00, 1C and 24. RGB value is (0,28,36). Sum of RGB (Red+Green+Blue) = 0+28+36=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #001C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C24 is #FFE3DB. Grayscale: #141414. Windows color (decimal): -16770012 or 2366464. OLE color: 2366464.

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

Color convert

RGB02836-
CMYK10.2200.86
HSL193.33º100%7.06%-
HSV(B)193.33º100%14.12%-
XYZ0.730.961.82-
YUV20.54136.72113.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 43.75%
BLUE value IS 36 (14.45% from 255) = 56.25%
R=0%
G=43.75%
B=56.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0283610.2200.86193.331007.06
Hex01C246416056c1647
Octal034441442601263011447
Binary01110010010011001001011001010110110000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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