#0F2131

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

Shades of Black Pearl #0F2131

Tints of Black Pearl #0F2131

Color information

#0F2131 (or 0x0F2131) is unknown color: approx Black Pearl. HEX triplet: 0F, 21 and 31. RGB value is (15,33,49). Sum of RGB (Red+Green+Blue) = 15+33+49=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F2131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2131 is #F0DECE. Grayscale: #1D1D1D. Windows color (decimal): -15785679 or 3219727. OLE color: 3219727.

HSL color Cylindrical-coordinate representation of color #0F2131: hue angle of 208.24º 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 #0F2131 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB153349-
CMYK0.690.3300.81
HSL208.24º53.12%12.55%-
HSV(B)208.24º69.39%19.22%-
XYZ1.31.413.11-
YUV29.44139.04117.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.46%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 49 (19.53% from 255) = 50.52%
R=15.46%
G=34.02%
B=50.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1533490.690.3300.81208.2453.1212.55
HexF21314521051d035d
Octal1741611054101213206515
Binary1111100001110001100010110000101010001110100001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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