#002036

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

Shades of Black Pearl #002036

Tints of Black Pearl #002036

Color information

#002036 (or 0x002036) is unknown color: approx 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

RGB03254-
CMYK10.4100.79
HSL204.44º100%10.59%-
HSV(B)204.44º100%21.18%-
XYZ1.181.33.68-
YUV24.94144.4110.21-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0325410.4100.79204.4410010.59
Hex02036642904Fcc64b
Octal0406614451011731414413
Binary01000001101101100100101001010011111100110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>