#0F0829

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

Shades of Jaguar #0F0829

Tints of Jaguar #0F0829

Color information

#0F0829 (or 0x0F0829) is unknown color: approx Jaguar. HEX triplet: 0F, 08 and 29. RGB value is (15,8,41). Sum of RGB (Red+Green+Blue) = 15+8+41=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 41 (16.41% from 255 or 64.06% from 64); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F0829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0829 is #F0F7D6. Grayscale: #0D0D0D. Windows color (decimal): -15792087 or 2689039. OLE color: 2689039.

HSL color Cylindrical-coordinate representation of color #0F0829: hue angle of 252.73º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F0829 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB15841-
CMYK0.630.8000.84
HSL252.73º67.35%9.61%-
HSV(B)252.73º80.49%16.08%-
XYZ0.680.442.15-
YUV13.86143.32128.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.44%
GREEN value IS 8 (3.52% from 255) = 12.5%
BLUE value IS 41 (16.41% from 255) = 64.06%
R=23.44%
G=12.5%
B=64.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal158410.630.8000.84252.7367.359.61
HexF8293F50054fd43a
Octal17105177120012437510312
Binary111110001010011111111010000010101001111110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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