Html Css Color HEX #002937 Black Pearl

📋 copy color: '#002937'

red 0 ◦ green 41 ◦ blue 55

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

Shades of Black Pearl #002937

Tints of Black Pearl #002937

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 value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002937 (or 0x002937) is known color: 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

RGB 0 41 55 -
CMYK 1 0.25 0 0.78
HSL 195.27º 1% 0.11% -
HSV(B) 195.27º 1% 0.22% -
XYZ 1.48 1.86 3.9 -
YUV 30.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 0 41 55 1 0.25 0 0.78 195.27 1 0.11
Hex 0 29 37 64 19 0 4E C3 64 B
Octal 0 51 67 144 31 0 116 303 144 13
Binary 0 101001 110111 1100100 11001 0 1001110 11000011 1100100 1011

Color Harmonies of #002937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002937

Black with #002937

Text Example


Text Example

White with #002937

Text Example


Text Example

HTML Codes & Css Web 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>