#0F2831

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

Shades of Black Pearl #0F2831

Tints of Black Pearl #0F2831

Color information

#0F2831 (or 0x0F2831) is unknown color: approx Black Pearl. HEX triplet: 0F, 28 and 31. RGB value is (15,40,49). Sum of RGB (Red+Green+Blue) = 15+40+49=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F2831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2831 is #F0D7CE. Grayscale: #212121. Windows color (decimal): -15783887 or 3221519. OLE color: 3221519.

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

Color convert

RGB154049-
CMYK0.690.1800.81
HSL195.88º53.12%12.55%-
HSV(B)195.88º69.39%19.22%-
XYZ1.511.843.18-
YUV33.55136.72114.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.42%
GREEN value IS 40 (16.02% from 255) = 38.46%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=14.42%
G=38.46%
B=47.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1540490.690.1800.81195.8853.1212.55
HexF28314512051c435d
Octal1750611052201213046515
Binary111110100011000110001011001001010001110001001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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