Html Css Color HEX #021D37 Black Pearl

📋 copy color: '#021D37'

red 2 ◦ green 29 ◦ blue 55

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

Shades of Black Pearl #021D37

Tints of Black Pearl #021D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 33.72%

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

R = 2.33%
G = 33.72%
B = 63.95%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021D37 (or 0x021D37) is known color: Black Pearl. HEX triplet: 02, 1D and 37. RGB value is (2,29,55). Sum of RGB (Red+Green+Blue) = 2+29+55=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 55 (21.88% from 255 or 63.95% from 86); Max value from RGB is 55 - color contains mainly: blue. Hex color #021D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D37 is #FDE2C8. Grayscale: #171717. Windows color (decimal): -16638665 or 3611906. OLE color: 3611906.

HSL color Cylindrical-coordinate representation of color #021D37: hue angle of 209.43º 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 #021D37 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 29 55 -
CMYK 0.96 0.47 0 0.78
HSL 209.43º 0.93% 0.11% -
HSV(B) 209.43º 0.96% 0.22% -
XYZ 1.15 1.17 3.78 -
YUV 23.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 2 29 55 0.96 0.47 0 0.78 209.43 0.93 0.11
Hex 2 1D 37 60 2F 0 4E D1 5D B
Octal 2 35 67 140 57 0 116 321 135 13
Binary 10 11101 110111 1100000 101111 0 1001110 11010001 1011101 1011

Color Harmonies of #021D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D37

Black with #021D37

Text Example


Text Example

White with #021D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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