#021B24

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

Shades of Black Pearl #021B24

Tints of Black Pearl #021B24

Color information

#021B24 (or 0x021B24) is unknown color: approx Black Pearl. HEX triplet: 02, 1B and 24. RGB value is (2,27,36). Sum of RGB (Red+Green+Blue) = 2+27+36=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #021B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B24 is #FDE4DB. Grayscale: #141414. Windows color (decimal): -16639196 or 2366210. OLE color: 2366210.

HSL color Cylindrical-coordinate representation of color #021B24: hue angle of 195.88º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021B24 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB22736-
CMYK0.940.2500.86
HSL195.88º89.47%7.45%-
HSV(B)195.88º94.44%14.12%-
XYZ0.740.921.81-
YUV20.55136.72114.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 27 (10.94% from 255) = 41.54%
BLUE value IS 36 (14.45% from 255) = 55.38%
R=3.08%
G=41.54%
B=55.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal227360.940.2500.86195.8889.477.45
Hex21B245E19056c4597
Octal233441363101263041317
Binary101101110010010111101100101010110110001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,27,36); }

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

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

 a { background-color: rgb(2,27,36); }

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

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

 span { border-color: rgb(2,27,36); }

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