#020F13

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

Shades of Black Pearl #020F13

Tints of Black Pearl #020F13

Color information

#020F13 (or 0x020F13) is unknown color: approx Black Pearl. HEX triplet: 02, 0F and 13. RGB value is (2,15,19). Sum of RGB (Red+Green+Blue) = 2+15+19=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #020F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F13 is #FDF0EC. Grayscale: #0B0B0B. Windows color (decimal): -16642285 or 1249026. OLE color: 1249026.

HSL color Cylindrical-coordinate representation of color #020F13: hue angle of 194.12º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020F13 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB21519-
CMYK0.890.2100.93
HSL194.12º80.95%4.12%-
HSV(B)194.12º89.47%7.45%-
XYZ0.310.40.68-
YUV11.57132.19121.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 15 (6.25% from 255) = 41.67%
BLUE value IS 19 (7.81% from 255) = 52.78%
R=5.56%
G=41.67%
B=52.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal215190.890.2100.93194.1280.954.12
Hex2F13591505Dc2514
Octal217231312501353021214
Binary1011111001110110011010101011101110000101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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