#0F1B20

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

Shades of Black Pearl #0F1B20

Tints of Black Pearl #0F1B20

Color information

#0F1B20 (or 0x0F1B20) is unknown color: approx Black Pearl. HEX triplet: 0F, 1B and 20. RGB value is (15,27,32). Sum of RGB (Red+Green+Blue) = 15+27+32=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #0F1B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1B20 is #F0E4DF. Grayscale: #171717. Windows color (decimal): -15787232 or 2104079. OLE color: 2104079.

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

Color convert

RGB152732-
CMYK0.530.1600.87
HSL197.65º36.17%9.22%-
HSV(B)197.65º53.12%12.55%-
XYZ0.850.991.51-
YUV23.98132.52121.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.27%
GREEN value IS 27 (10.94% from 255) = 36.49%
BLUE value IS 32 (12.89% from 255) = 43.24%
R=20.27%
G=36.49%
B=43.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1527320.530.1600.87197.6536.179.22
HexF1B203510057c6249
Octal173340652001273064411
Binary1111110111000001101011000001010111110001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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