Html Css Color HEX #021C37 Black Pearl

📋 copy color: '#021C37'

red 2 ◦ green 28 ◦ blue 55

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

Shades of Black Pearl #021C37

Tints of Black Pearl #021C37

RGB

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

 GREEN value IS 28 (11.33% from 255) = 32.94%

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

R = 2.35%
G = 32.94%
B = 64.71%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021C37 (or 0x021C37) is known color: Black Pearl. HEX triplet: 02, 1C and 37. RGB value is (2,28,55). Sum of RGB (Red+Green+Blue) = 2+28+55=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 55 (21.88% from 255 or 64.71% from 85); Max value from RGB is 55 - color contains mainly: blue. Hex color #021C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C37 is #FDE3C8. Grayscale: #171717. Windows color (decimal): -16638921 or 3611650. OLE color: 3611650.

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

Color convert

RGB 2 28 55 -
CMYK 0.96 0.49 0 0.78
HSL 210.57º 0.93% 0.11% -
HSV(B) 210.57º 0.96% 0.22% -
XYZ 1.13 1.12 3.77 -
YUV 23.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 2 28 55 0.96 0.49 0 0.78 210.57 0.93 0.11
Hex 2 1C 37 60 31 0 4E D3 5D B
Octal 2 34 67 140 61 0 116 323 135 13
Binary 10 11100 110111 1100000 110001 0 1001110 11010011 1011101 1011

Color Harmonies of #021C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C37

Black with #021C37

Text Example


Text Example

White with #021C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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