#021F37

Color #021F37 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #021F37

Tints of Black Pearl #021F37

Color information

#021F37 (or 0x021F37) is unknown color: approx Black Pearl. HEX triplet: 02, 1F and 37. RGB value is (2,31,55). Sum of RGB (Red+Green+Blue) = 2+31+55=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #021F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F37 is #FDE0C8. Grayscale: #181818. Windows color (decimal): -16638153 or 3612418. OLE color: 3612418.

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

Color convert

RGB23155-
CMYK0.960.4400.78
HSL207.17º92.98%11.18%-
HSV(B)207.17º96.36%21.57%-
XYZ1.21.273.8-
YUV25.06144.89111.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 55 (21.88% from 255) = 62.5%
R=2.27%
G=35.23%
B=62.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal231550.960.4400.78207.1792.9811.18
Hex21F37602C04Ecf5db
Octal2376714054011631713513
Binary10111111101111100000101100010011101100111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #021F37;
 }
 .AnyTagClassName
 {
   color: #021F37;
 }
</style>
background-color css

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

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

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

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

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

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