#0F0935

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

Shades of Jaguar #0F0935

Tints of Jaguar #0F0935

Color information

#0F0935 (or 0x0F0935) is unknown color: approx Jaguar. HEX triplet: 0F, 09 and 35. RGB value is (15,9,53). Sum of RGB (Red+Green+Blue) = 15+9+53=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #0F0935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0935 is #F0F6CA. Grayscale: #0F0F0F. Windows color (decimal): -15791819 or 3475727. OLE color: 3475727.

HSL color Cylindrical-coordinate representation of color #0F0935: hue angle of 248.18º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F0935 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB15953-
CMYK0.720.8300.79
HSL248.18º70.97%12.16%-
HSV(B)248.18º83.02%20.78%-
XYZ0.940.553.43-
YUV15.81148.99127.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.48%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 53 (21.09% from 255) = 68.83%
R=19.48%
G=11.69%
B=68.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal159530.720.8300.79248.1870.9712.16
HexF935485304Ff847c
Octal171165110123011737010714
Binary1111100111010110010001010011010011111111100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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