#002037

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

Shades of Black Pearl #002037

Tints of Black Pearl #002037

Color information

#002037 (or 0x002037) is unknown color: approx Black Pearl. HEX triplet: 00, 20 and 37. RGB value is (0,32,55). Sum of RGB (Red+Green+Blue) = 0+32+55=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 55 (21.88% from 255 or 63.22% from 87); Max value from RGB is 55 - color contains mainly: blue. Hex color #002037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002037 is #FFDFC8. Grayscale: #181818. Windows color (decimal): -16768969 or 3612672. OLE color: 3612672.

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

Color convert

RGB03255-
CMYK10.4200.78
HSL205.09º100%10.78%-
HSV(B)205.09º100%21.57%-
XYZ1.211.313.8-
YUV25.05144.9110.13-

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) = 36.78%
BLUE value IS 55 (21.88% from 255) = 63.22%
R=0%
G=36.78%
B=63.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0325510.4200.78205.0910010.78
Hex02037642A04Ecd64b
Octal0406714452011631514413
Binary01000001101111100100101010010011101100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002037; }

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

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

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

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

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

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

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

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