#0F2231

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

Shades of Black Pearl #0F2231

Tints of Black Pearl #0F2231

Color information

#0F2231 (or 0x0F2231) is unknown color: approx Black Pearl. HEX triplet: 0F, 22 and 31. RGB value is (15,34,49). Sum of RGB (Red+Green+Blue) = 15+34+49=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F2231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2231 is #F0DDCE. Grayscale: #1D1D1D. Windows color (decimal): -15785423 or 3219983. OLE color: 3219983.

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

Color convert

RGB153449-
CMYK0.690.3100.81
HSL206.47º53.12%12.55%-
HSV(B)206.47º69.39%19.22%-
XYZ1.321.473.12-
YUV30.03138.71117.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.31%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 49 (19.53% from 255) = 50%
R=15.31%
G=34.69%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1534490.690.3100.81206.4753.1212.55
HexF2231451F051ce35d
Octal1742611053701213166515
Binary111110001011000110001011111101010001110011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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