#0F0927

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

Shades of Jaguar #0F0927

Tints of Jaguar #0F0927

Color information

#0F0927 (or 0x0F0927) is unknown color: approx Jaguar. HEX triplet: 0F, 09 and 27. RGB value is (15,9,39). Sum of RGB (Red+Green+Blue) = 15+9+39=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 39 (15.62% from 255 or 61.90% from 63); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F0927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0927 is #F0F6D8. Grayscale: #0E0E0E. Windows color (decimal): -15791833 or 2558223. OLE color: 2558223.

HSL color Cylindrical-coordinate representation of color #0F0927: hue angle of 252º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F0927 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB15939-
CMYK0.620.7700.85
HSL252º62.5%9.41%-
HSV(B)252º76.92%15.29%-
XYZ0.660.441.97-
YUV14.21141.99128.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.81%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 39 (15.62% from 255) = 61.90%
R=23.81%
G=14.29%
B=61.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal159390.620.7700.8525262.59.41
HexF9273E4D055fc3e9
Octal1711477611501253747611
Binary11111001100111111110100110101010101111111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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