#02181B

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

Shades of Black Pearl #02181B

Tints of Black Pearl #02181B

Color information

#02181B (or 0x02181B) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 1B. RGB value is (2,24,27). Sum of RGB (Red+Green+Blue) = 2+24+27=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #02181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02181B is #FDE7E4. Grayscale: #111111. Windows color (decimal): -16639973 or 1775618. OLE color: 1775618.

HSL color Cylindrical-coordinate representation of color #02181B: hue angle of 187.2º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02181B is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22427-
CMYK0.930.1100.89
HSL187.2º86.21%5.69%-
HSV(B)187.2º92.59%10.59%-
XYZ0.550.751.15-
YUV17.76133.21116.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 24 (9.77% from 255) = 45.28%
BLUE value IS 27 (10.94% from 255) = 50.94%
R=3.77%
G=45.28%
B=50.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal224270.930.1100.89187.286.215.69
Hex2181B5DB059bb566
Octal230331351301312731266
Binary1011000110111011101101101011001101110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02181B; }

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

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

<style>
 a { background-color: #02181B; }

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

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

<style>
 span { border-color: #02181B; }

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

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