#0F212F

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

Shades of Black Pearl #0F212F

Tints of Black Pearl #0F212F

Color information

#0F212F (or 0x0F212F) is unknown color: approx Black Pearl. HEX triplet: 0F, 21 and 2F. RGB value is (15,33,47). Sum of RGB (Red+Green+Blue) = 15+33+47=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F212F is #F0DED0. Grayscale: #1D1D1D. Windows color (decimal): -15785681 or 3088655. OLE color: 3088655.

HSL color Cylindrical-coordinate representation of color #0F212F: hue angle of 206.25º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F212F is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB153347-
CMYK0.680.3000.82
HSL206.25º51.61%12.16%-
HSV(B)206.25º68.09%18.43%-
XYZ1.251.392.89-
YUV29.21138.04117.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.79%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 47 (18.75% from 255) = 49.47%
R=15.79%
G=34.74%
B=49.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1533470.680.3000.82206.2551.6112.16
HexF212F441E052ce34c
Octal1741571043601223166414
Binary111110000110111110001001111001010010110011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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