#0F2124

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

Shades of Black Pearl #0F2124

Tints of Black Pearl #0F2124

Color information

#0F2124 (or 0x0F2124) is unknown color: approx Black Pearl. HEX triplet: 0F, 21 and 24. RGB value is (15,33,36). Sum of RGB (Red+Green+Blue) = 15+33+36=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 36 - color contains mainly: blue. Hex color #0F2124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2124 is #F0DEDB. Grayscale: #1B1B1B. Windows color (decimal): -15785692 or 2367759. OLE color: 2367759.

HSL color Cylindrical-coordinate representation of color #0F2124: hue angle of 188.57º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F2124 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB153336-
CMYK0.580.0800.86
HSL188.57º41.18%10%-
HSV(B)188.57º58.33%14.12%-
XYZ1.061.321.87-
YUV27.96132.54118.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.86%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 36 (14.45% from 255) = 42.86%
R=17.86%
G=39.29%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1533360.580.0800.86188.5741.1810
HexF21243A8056bd29a
Octal174144721001262755112
Binary1111100001100100111010100001010110101111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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