#020F1C

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

Shades of Black Pearl #020F1C

Tints of Black Pearl #020F1C

Color information

#020F1C (or 0x020F1C) is unknown color: approx Black Pearl. HEX triplet: 02, 0F and 1C. RGB value is (2,15,28). Sum of RGB (Red+Green+Blue) = 2+15+28=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #020F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F1C is #FDF0E3. Grayscale: #0C0C0C. Windows color (decimal): -16642276 or 1838850. OLE color: 1838850.

HSL color Cylindrical-coordinate representation of color #020F1C: hue angle of 210º 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 #020F1C is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB21528-
CMYK0.930.4600.89
HSL210º86.67%5.88%-
HSV(B)210º92.86%10.98%-
XYZ0.410.441.16-
YUV12.6136.69120.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.44%
GREEN value IS 15 (6.25% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 62.22%
R=4.44%
G=33.33%
B=62.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal215280.930.4600.8921086.675.88
Hex2F1C5D2E059d2576
Octal217341355601313221276
Binary10111111100101110110111001011001110100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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