#020B18

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

Shades of Black Pearl #020B18

Tints of Black Pearl #020B18

Color information

#020B18 (or 0x020B18) is unknown color: approx Black Pearl. HEX triplet: 02, 0B and 18. RGB value is (2,11,24). Sum of RGB (Red+Green+Blue) = 2+11+24=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #020B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B18 is #FDF4E7. Grayscale: #090909. Windows color (decimal): -16643304 or 1575682. OLE color: 1575682.

HSL color Cylindrical-coordinate representation of color #020B18: hue angle of 215.45º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020B18 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21124-
CMYK0.920.5400.91
HSL215.45º84.62%5.1%-
HSV(B)215.45º91.67%9.41%-
XYZ0.310.320.91-
YUV9.79136.02122.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 11 (4.69% from 255) = 29.73%
BLUE value IS 24 (9.77% from 255) = 64.86%
R=5.41%
G=29.73%
B=64.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal211240.920.5400.91215.4584.625.1
Hex2B185C3605Bd7555
Octal213301346601333271255
Binary10101111000101110011011001011011110101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020B18; }

 p { color: rgb(2,11,24); }

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

<style>
 a { background-color: #020B18; }

 a { background-color: rgb(2,11,24); }

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

<style>
 span { border-color: #020B18; }

 span { border-color: rgb(2,11,24); }

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