#0F1D20

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

Shades of Black Pearl #0F1D20

Tints of Black Pearl #0F1D20

Color information

#0F1D20 (or 0x0F1D20) is unknown color: approx Black Pearl. HEX triplet: 0F, 1D and 20. RGB value is (15,29,32). Sum of RGB (Red+Green+Blue) = 15+29+32=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 32 - color contains mainly: blue. Hex color #0F1D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1D20 is #F0E2DF. Grayscale: #191919. Windows color (decimal): -15786720 or 2104591. OLE color: 2104591.

HSL color Cylindrical-coordinate representation of color #0F1D20: hue angle of 190.59º 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 #0F1D20 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB152932-
CMYK0.530.0900.87
HSL190.59º36.17%9.22%-
HSV(B)190.59º53.12%12.55%-
XYZ0.91.081.53-
YUV25.16131.86120.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.74%
GREEN value IS 29 (11.72% from 255) = 38.16%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=19.74%
G=38.16%
B=42.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1529320.530.0900.87190.5936.179.22
HexF1D20359057bf249
Octal173540651101272774411
Binary111111101100000110101100101010111101111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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