#0F0929

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

Shades of Jaguar #0F0929

Tints of Jaguar #0F0929

Color information

#0F0929 (or 0x0F0929) is unknown color: approx Jaguar. HEX triplet: 0F, 09 and 29. RGB value is (15,9,41). Sum of RGB (Red+Green+Blue) = 15+9+41=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F0929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0929 is #F0F6D6. Grayscale: #0E0E0E. Windows color (decimal): -15791831 or 2689295. OLE color: 2689295.

HSL color Cylindrical-coordinate representation of color #0F0929: hue angle of 251.25º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F0929 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB15941-
CMYK0.630.7800.84
HSL251.25º64%9.8%-
HSV(B)251.25º78.05%16.08%-
XYZ0.690.462.15-
YUV14.44142.99128.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.08%
GREEN value IS 9 (3.91% from 255) = 13.85%
BLUE value IS 41 (16.41% from 255) = 63.08%
R=23.08%
G=13.85%
B=63.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal159410.630.7800.84251.25649.8
HexF9293F4E054fb40a
Octal17115177116012437310012
Binary111110011010011111111001110010101001111101110000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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