#0F0930

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

Shades of Jaguar #0F0930

Tints of Jaguar #0F0930

Color information

#0F0930 (or 0x0F0930) is unknown color: approx Jaguar. HEX triplet: 0F, 09 and 30. RGB value is (15,9,48). Sum of RGB (Red+Green+Blue) = 15+9+48=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F0930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0930 is #F0F6CF. Grayscale: #0F0F0F. Windows color (decimal): -15791824 or 3148047. OLE color: 3148047.

HSL color Cylindrical-coordinate representation of color #0F0930: hue angle of 249.23º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F0930 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB15948-
CMYK0.690.8100.81
HSL249.23º68.42%11.18%-
HSV(B)249.23º81.25%18.82%-
XYZ0.830.512.85-
YUV15.24146.49127.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.83%
GREEN value IS 9 (3.91% from 255) = 12.5%
BLUE value IS 48 (19.14% from 255) = 66.67%
R=20.83%
G=12.5%
B=66.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal159480.690.8100.81249.2368.4211.18
HexF9304551051f944b
Octal171160105121012137110413
Binary1111100111000010001011010001010100011111100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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