#0F242C

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

Shades of Black Pearl #0F242C

Tints of Black Pearl #0F242C

Color information

#0F242C (or 0x0F242C) is unknown color: approx Black Pearl. HEX triplet: 0F, 24 and 2C. RGB value is (15,36,44). Sum of RGB (Red+Green+Blue) = 15+36+44=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F242C is #F0DBD3. Grayscale: #1E1E1E. Windows color (decimal): -15784916 or 2892815. OLE color: 2892815.

HSL color Cylindrical-coordinate representation of color #0F242C: hue angle of 196.55º 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 #0F242C is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB153644-
CMYK0.660.1800.83
HSL196.55º49.15%11.57%-
HSV(B)196.55º65.91%17.25%-
XYZ1.281.552.61-
YUV30.63135.54116.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.79%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 44 (17.58% from 255) = 46.32%
R=15.79%
G=37.89%
B=46.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1536440.660.1800.83196.5549.1511.57
HexF242C4212053c531c
Octal1744541022201233056114
Binary111110010010110010000101001001010011110001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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