#0F0933

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

Shades of Jaguar #0F0933

Tints of Jaguar #0F0933

Color information

#0F0933 (or 0x0F0933) is unknown color: approx Jaguar. HEX triplet: 0F, 09 and 33. RGB value is (15,9,51). Sum of RGB (Red+Green+Blue) = 15+9+51=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 51 (20.31% from 255 or 68% from 75); Max value from RGB is 51 - color contains mainly: blue. Hex color #0F0933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0933 is #F0F6CC. Grayscale: #0F0F0F. Windows color (decimal): -15791821 or 3344655. OLE color: 3344655.

HSL color Cylindrical-coordinate representation of color #0F0933: hue angle of 248.57º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F0933 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB15951-
CMYK0.710.8200.8
HSL248.57º70%11.76%-
HSV(B)248.57º82.35%20%-
XYZ0.890.543.19-
YUV15.58147.99127.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20%
GREEN value IS 9 (3.91% from 255) = 12%
BLUE value IS 51 (20.31% from 255) = 68%
R=20%
G=12%
B=68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal159510.710.8200.8248.577011.76
HexF9334752050f946c
Octal171163107122012037110614
Binary1111100111001110001111010010010100001111100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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