#0F0920

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

Shades of Jaguar #0F0920

Tints of Jaguar #0F0920

Color information

#0F0920 (or 0x0F0920) is unknown color: approx Jaguar. HEX triplet: 0F, 09 and 20. RGB value is (15,9,32). Sum of RGB (Red+Green+Blue) = 15+9+32=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #0F0920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0920 is #F0F6DF. Grayscale: #0D0D0D. Windows color (decimal): -15791840 or 2099471. OLE color: 2099471.

HSL color Cylindrical-coordinate representation of color #0F0920: hue angle of 255.65º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F0920 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB15932-
CMYK0.530.7200.87
HSL255.65º56.1%8.04%-
HSV(B)255.65º71.88%12.55%-
XYZ0.560.41.41-
YUV13.42138.49129.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.79%
GREEN value IS 9 (3.91% from 255) = 16.07%
BLUE value IS 32 (12.89% from 255) = 57.14%
R=26.79%
G=16.07%
B=57.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal159320.530.7200.87255.6556.18.04
HexF9203548057100388
Octal1711406511001274007010
Binary111110011000001101011001000010101111000000001110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,9,32); }

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

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

 a { background-color: rgb(15,9,32); }

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

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

 span { border-color: rgb(15,9,32); }

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