#0F1A20

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

Shades of Black Pearl #0F1A20

Tints of Black Pearl #0F1A20

Color information

#0F1A20 (or 0x0F1A20) is unknown color: approx Black Pearl. HEX triplet: 0F, 1A and 20. RGB value is (15,26,32). Sum of RGB (Red+Green+Blue) = 15+26+32=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #0F1A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A20 is #F0E5DF. Grayscale: #171717. Windows color (decimal): -15787488 or 2103823. OLE color: 2103823.

HSL color Cylindrical-coordinate representation of color #0F1A20: hue angle of 201.18º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F1A20 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB152632-
CMYK0.530.1900.87
HSL201.18º36.17%9.22%-
HSV(B)201.18º53.12%12.55%-
XYZ0.830.941.51-
YUV23.4132.86122.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.55%
GREEN value IS 26 (10.55% from 255) = 35.62%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=20.55%
G=35.62%
B=43.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1526320.530.1900.87201.1836.179.22
HexF1A203513057c9249
Octal173240652301273114411
Binary1111110101000001101011001101010111110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F1A20; }

 p { color: rgb(15,26,32); }

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

<style>
 a { background-color: #0F1A20; }

 a { background-color: rgb(15,26,32); }

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

<style>
 span { border-color: #0F1A20; }

 span { border-color: rgb(15,26,32); }

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