#0F212C

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

Shades of Black Pearl #0F212C

Tints of Black Pearl #0F212C

Color information

#0F212C (or 0x0F212C) is unknown color: approx Black Pearl. HEX triplet: 0F, 21 and 2C. RGB value is (15,33,44). Sum of RGB (Red+Green+Blue) = 15+33+44=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F212C is #F0DED3. Grayscale: #1C1C1C. Windows color (decimal): -15785684 or 2892047. OLE color: 2892047.

HSL color Cylindrical-coordinate representation of color #0F212C: hue angle of 202.76º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F212C is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB153344-
CMYK0.660.2500.83
HSL202.76º49.15%11.57%-
HSV(B)202.76º65.91%17.25%-
XYZ1.21.372.58-
YUV28.87136.54118.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.30%
GREEN value IS 33 (13.28% from 255) = 35.87%
BLUE value IS 44 (17.58% from 255) = 47.83%
R=16.30%
G=35.87%
B=47.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1533440.660.2500.83202.7649.1511.57
HexF212C4219053cb31c
Octal1741541023101233136114
Binary111110000110110010000101100101010011110010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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