#0F0C18

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

Shades of Jaguar #0F0C18

Tints of Jaguar #0F0C18

Color information

#0F0C18 (or 0x0F0C18) is unknown color: approx Jaguar. HEX triplet: 0F, 0C and 18. RGB value is (15,12,24). Sum of RGB (Red+Green+Blue) = 15+12+24=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C18 is #F0F3E7. Grayscale: #0E0E0E. Windows color (decimal): -15791080 or 1575951. OLE color: 1575951.

HSL color Cylindrical-coordinate representation of color #0F0C18: hue angle of 255º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F0C18 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB151224-
CMYK0.370.5000.91
HSL255º33.33%7.06%-
HSV(B)255º50%9.41%-
XYZ0.490.430.92-
YUV14.26133.49128.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 29.41%
GREEN value IS 12 (5.08% from 255) = 23.53%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=29.41%
G=23.53%
B=47.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1512240.370.5000.9125533.337.06
HexFC18253205Bff217
Octal17143045620133377417
Binary11111100110001001011100100101101111111111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,12,24); }

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

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

 a { background-color: rgb(15,12,24); }

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

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

 span { border-color: rgb(15,12,24); }

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