#02181C

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

Shades of Black Pearl #02181C

Tints of Black Pearl #02181C

Color information

#02181C (or 0x02181C) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 1C. RGB value is (2,24,28). Sum of RGB (Red+Green+Blue) = 2+24+28=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #02181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02181C is #FDE7E3. Grayscale: #111111. Windows color (decimal): -16639972 or 1841154. OLE color: 1841154.

HSL color Cylindrical-coordinate representation of color #02181C: hue angle of 189.23º degrees, saturation: 0.87, 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 #02181C is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22428-
CMYK0.930.1400.89
HSL189.23º86.67%5.88%-
HSV(B)189.23º92.86%10.98%-
XYZ0.560.751.21-
YUV17.88133.71116.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 28 (11.33% from 255) = 51.85%
R=3.70%
G=44.44%
B=51.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal224280.930.1400.89189.2386.675.88
Hex2181C5DE059bd576
Octal230341351601312751276
Binary1011000111001011101111001011001101111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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