Html Css Color HEX #002024 Black Pearl

📋 copy color: '#002024'

red 0 ◦ green 32 ◦ blue 36

#002024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #002024

Tints of Black Pearl #002024

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 47.06%

 BLUE value IS 36 (14.45% from 255) = 52.94%

R = 0%
G = 47.06%
B = 52.94%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#002024 (or 0x002024) is known color: Black Pearl. HEX triplet: 00, 20 and 24. RGB value is (0,32,36). Sum of RGB (Red+Green+Blue) = 0+32+36=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #002024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002024 is #FFDFDB. Grayscale: #161616. Windows color (decimal): -16768988 or 2367488. OLE color: 2367488.

HSL color Cylindrical-coordinate representation of color #002024: hue angle of 186.67º 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 #002024 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 32 36 -
CMYK 1 0.11 0 0.86
HSL 186.67º 1% 0.07% -
HSV(B) 186.67º 1% 0.14% -
XYZ 0.83 1.16 1.85 -
YUV 22.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 0 32 36 1 0.11 0 0.86 186.67 1 0.07
Hex 0 20 24 64 B 0 56 BB 64 7
Octal 0 40 44 144 13 0 126 273 144 7
Binary 0 100000 100100 1100100 1011 0 1010110 10111011 1100100 111

Color Harmonies of #002024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002024

Black with #002024

Text Example


Text Example

White with #002024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002024; }

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

 H1.HeaderClassName
 {
   color: #002024;
 }
 .AnyTagClassName
 {
   color: #002024;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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