#0F2836

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

Shades of Black Pearl #0F2836

Tints of Black Pearl #0F2836

Color information

#0F2836 (or 0x0F2836) is unknown color: approx Black Pearl. HEX triplet: 0F, 28 and 36. RGB value is (15,40,54). Sum of RGB (Red+Green+Blue) = 15+40+54=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #0F2836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2836 is #F0D7C9. Grayscale: #222222. Windows color (decimal): -15783882 or 3549199. OLE color: 3549199.

HSL color Cylindrical-coordinate representation of color #0F2836: hue angle of 201.54º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F2836 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB154054-
CMYK0.720.2600.79
HSL201.54º56.52%13.53%-
HSV(B)201.54º72.22%21.18%-
XYZ1.621.893.77-
YUV34.12139.22114.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.76%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 54 (21.48% from 255) = 49.54%
R=13.76%
G=36.70%
B=49.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1540540.720.2600.79201.5456.5213.53
HexF2836481A04Fca39e
Octal1750661103201173127116
Binary111110100011011010010001101001001111110010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,40,54); }

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

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

 a { background-color: rgb(15,40,54); }

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

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

 span { border-color: rgb(15,40,54); }

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