#0F0921

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

Shades of Jaguar #0F0921

Tints of Jaguar #0F0921

Color information

#0F0921 (or 0x0F0921) is unknown color: approx Jaguar. HEX triplet: 0F, 09 and 21. RGB value is (15,9,33). Sum of RGB (Red+Green+Blue) = 15+9+33=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #0F0921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0921 is #F0F6DE. Grayscale: #0D0D0D. Windows color (decimal): -15791839 or 2165007. OLE color: 2165007.

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

Color convert

RGB15933-
CMYK0.550.7300.87
HSL255º57.14%8.24%-
HSV(B)255º72.73%12.94%-
XYZ0.570.411.49-
YUV13.53138.99129.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.32%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 33 (13.28% from 255) = 57.89%
R=26.32%
G=15.79%
B=57.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal159330.550.7300.8725557.148.24
HexF9213749057ff398
Octal1711416711101273777110
Binary11111001100001110111100100101010111111111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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