#0F2832

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

Shades of Black Pearl #0F2832

Tints of Black Pearl #0F2832

Color information

#0F2832 (or 0x0F2832) is unknown color: approx Black Pearl. HEX triplet: 0F, 28 and 32. RGB value is (15,40,50). Sum of RGB (Red+Green+Blue) = 15+40+50=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F2832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2832 is #F0D7CD. Grayscale: #212121. Windows color (decimal): -15783886 or 3287055. OLE color: 3287055.

HSL color Cylindrical-coordinate representation of color #0F2832: hue angle of 197.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F2832 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB154050-
CMYK0.700.2000.80
HSL197.14º53.85%12.75%-
HSV(B)197.14º70%19.61%-
XYZ1.531.853.29-
YUV33.66137.22114.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.29%
GREEN value IS 40 (16.02% from 255) = 38.10%
BLUE value IS 50 (19.92% from 255) = 47.62%
R=14.29%
G=38.10%
B=47.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1540500.700.2000.80197.1453.8512.75
HexF28324614050c536d
Octal1750621062401203056615
Binary111110100011001010001101010001010000110001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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