#0F0830

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

Shades of Jaguar #0F0830

Tints of Jaguar #0F0830

Color information

#0F0830 (or 0x0F0830) is unknown color: approx Jaguar. HEX triplet: 0F, 08 and 30. RGB value is (15,8,48). Sum of RGB (Red+Green+Blue) = 15+8+48=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 48 (19.14% from 255 or 67.61% from 71); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F0830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0830 is #F0F7CF. Grayscale: #0E0E0E. Windows color (decimal): -15792080 or 3147791. OLE color: 3147791.

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

Color convert

RGB15848-
CMYK0.690.8300.81
HSL250.5º71.43%10.98%-
HSV(B)250.5º83.33%18.82%-
XYZ0.820.492.85-
YUV14.65146.82128.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.13%
GREEN value IS 8 (3.52% from 255) = 11.27%
BLUE value IS 48 (19.14% from 255) = 67.61%
R=21.13%
G=11.27%
B=67.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal158480.690.8300.81250.571.4310.98
HexF8304553051fa47b
Octal171060105123012137210713
Binary1111100011000010001011010011010100011111101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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