#002937

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

Shades of Black Pearl #002937

Tints of Black Pearl #002937

Color information

#002937 (or 0x002937) is unknown color: approx Black Pearl. HEX triplet: 00, 29 and 37. RGB value is (0,41,55). Sum of RGB (Red+Green+Blue) = 0+41+55=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 55 (21.88% from 255 or 57.29% from 96); Max value from RGB is 55 - color contains mainly: blue. Hex color #002937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002937 is #FFD6C8. Grayscale: #1E1E1E. Windows color (decimal): -16766665 or 3614976. OLE color: 3614976.

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

Color convert

RGB04155-
CMYK10.2500.78
HSL195.27º100%10.78%-
HSV(B)195.27º100%21.57%-
XYZ1.481.863.9-
YUV30.34141.92106.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 55 (21.88% from 255) = 57.29%
R=0%
G=42.71%
B=57.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0415510.2500.78195.2710010.78
Hex02937641904Ec364b
Octal0516714431011630314413
Binary0101001110111110010011001010011101100001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002937; }

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

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

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

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

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

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

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

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