Html Css Color HEX #002A37 Black Pearl

📋 copy color: '#002A37'

red 0 ◦ green 42 ◦ blue 55

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

Shades of Black Pearl #002A37

Tints of Black Pearl #002A37

RGB

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

 GREEN value IS 42 (16.8% from 255) = 43.3%

 BLUE value IS 55 (21.88% from 255) = 56.7%

R = 0%
G = 43.3%
B = 56.7%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002A37 (or 0x002A37) is known color: Black Pearl. HEX triplet: 00, 2A and 37. RGB value is (0,42,55). Sum of RGB (Red+Green+Blue) = 0+42+55=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 55 (21.88% from 255 or 56.70% from 97); Max value from RGB is 55 - color contains mainly: blue. Hex color #002A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A37 is #FFD5C8. Grayscale: #1E1E1E. Windows color (decimal): -16766409 or 3615232. OLE color: 3615232.

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

Color convert

RGB 0 42 55 -
CMYK 1 0.24 0 0.78
HSL 194.18º 1% 0.11% -
HSV(B) 194.18º 1% 0.22% -
XYZ 1.52 1.93 3.91 -
YUV 30.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 0 42 55 1 0.24 0 0.78 194.18 1 0.11
Hex 0 2A 37 64 18 0 4E C2 64 B
Octal 0 52 67 144 30 0 116 302 144 13
Binary 0 101010 110111 1100100 11000 0 1001110 11000010 1100100 1011

Color Harmonies of #002A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A37

Black with #002A37

Text Example


Text Example

White with #002A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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