#0F0A1F

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

Shades of Jaguar #0F0A1F

Tints of Jaguar #0F0A1F

Color information

#0F0A1F (or 0x0F0A1F) is unknown color: approx Jaguar. HEX triplet: 0F, 0A and 1F. RGB value is (15,10,31). Sum of RGB (Red+Green+Blue) = 15+10+31=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F0A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0A1F is #F0F5E0. Grayscale: #0D0D0D. Windows color (decimal): -15791585 or 2034191. OLE color: 2034191.

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

Color convert

RGB151031-
CMYK0.520.6800.88
HSL254.29º51.22%8.04%-
HSV(B)254.29º67.74%12.16%-
XYZ0.550.421.35-
YUV13.89137.66128.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.79%
GREEN value IS 10 (4.30% from 255) = 17.86%
BLUE value IS 31 (12.5% from 255) = 55.36%
R=26.79%
G=17.86%
B=55.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1510310.520.6800.88254.2951.228.04
HexFA1F3444058fe338
Octal1712376410401303766310
Binary1111101011111110100100010001011000111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,10,31); }

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

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

 a { background-color: rgb(15,10,31); }

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

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

 span { border-color: rgb(15,10,31); }

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