Html Css Color HEX #002036 Black Pearl

📋 copy color: '#002036'

red 0 ◦ green 32 ◦ blue 54

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

Shades of Black Pearl #002036

Tints of Black Pearl #002036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 62.79%

R = 0%
G = 37.21%
B = 62.79%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#002036 (or 0x002036) is known color: Black Pearl. HEX triplet: 00, 20 and 36. RGB value is (0,32,54). Sum of RGB (Red+Green+Blue) = 0+32+54=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 54 (21.48% from 255 or 62.79% from 86); Max value from RGB is 54 - color contains mainly: blue. Hex color #002036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002036 is #FFDFC9. Grayscale: #181818. Windows color (decimal): -16768970 or 3547136. OLE color: 3547136.

HSL color Cylindrical-coordinate representation of color #002036: hue angle of 204.44º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002036 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 32 54 -
CMYK 1 0.41 0 0.79
HSL 204.44º 1% 0.11% -
HSV(B) 204.44º 1% 0.21% -
XYZ 1.18 1.3 3.68 -
YUV 24.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 0 32 54 1 0.41 0 0.79 204.44 1 0.11
Hex 0 20 36 64 29 0 4F CC 64 B
Octal 0 40 66 144 51 0 117 314 144 13
Binary 0 100000 110110 1100100 101001 0 1001111 11001100 1100100 1011

Color Harmonies of #002036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002036

Black with #002036

Text Example


Text Example

White with #002036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002036; }

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

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

background-color css

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

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

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

border-color css

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

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

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