Html Css Color HEX #021E37 Black Pearl

📋 copy color: '#021E37'

red 2 ◦ green 30 ◦ blue 55

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

Shades of Black Pearl #021E37

Tints of Black Pearl #021E37

RGB

 RED value IS 2 (1.17% from 255) = 2.3%

 GREEN value IS 30 (12.11% from 255) = 34.48%

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

R = 2.3%
G = 34.48%
B = 63.22%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021E37 (or 0x021E37) is known color: Black Pearl. HEX triplet: 02, 1E and 37. RGB value is (2,30,55). Sum of RGB (Red+Green+Blue) = 2+30+55=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 30 (12.11% from 255 or 34.48% 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 #021E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E37 is #FDE1C8. Grayscale: #181818. Windows color (decimal): -16638409 or 3612162. OLE color: 3612162.

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

Color convert

RGB 2 30 55 -
CMYK 0.96 0.45 0 0.78
HSL 208.3º 0.93% 0.11% -
HSV(B) 208.3º 0.96% 0.22% -
XYZ 1.18 1.22 3.79 -
YUV 24.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 2 30 55 0.96 0.45 0 0.78 208.3 0.93 0.11
Hex 2 1E 37 60 2D 0 4E D0 5D B
Octal 2 36 67 140 55 0 116 320 135 13
Binary 10 11110 110111 1100000 101101 0 1001110 11010000 1011101 1011

Color Harmonies of #021E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E37

Black with #021E37

Text Example


Text Example

White with #021E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021E37; }

 p { color: rgb(2,30,55); }

 H1.HeaderClassName
 {
   color: #021E37;
 }
 .AnyTagClassName
 {
   color: #021E37;
 }
</style>

background-color css

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

 a { background-color: rgb(2,30,55); }

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

border-color css

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

 span { border-color: rgb(2,30,55); }

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