#020F1E

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

Shades of Black Pearl #020F1E

Tints of Black Pearl #020F1E

Color information

#020F1E (or 0x020F1E) is unknown color: approx Black Pearl. HEX triplet: 02, 0F and 1E. RGB value is (2,15,30). Sum of RGB (Red+Green+Blue) = 2+15+30=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #020F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F1E is #FDF0E1. Grayscale: #0C0C0C. Windows color (decimal): -16642274 or 1969922. OLE color: 1969922.

HSL color Cylindrical-coordinate representation of color #020F1E: hue angle of 212.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020F1E is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB21530-
CMYK0.930.500.88
HSL212.14º87.5%6.27%-
HSV(B)212.14º93.33%11.76%-
XYZ0.430.451.29-
YUV12.82137.69120.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 30 (12.11% from 255) = 63.83%
R=4.26%
G=31.91%
B=63.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal215300.930.500.88212.1487.56.27
Hex2F1E5D32058d4586
Octal217361356201303241306
Binary10111111110101110111001001011000110101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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