#09011D

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

Shades of Jaguar #09011D

Tints of Jaguar #09011D

Color information

#09011D (or 0x09011D) is unknown color: approx Jaguar. HEX triplet: 09, 01 and 1D. RGB value is (9,1,29). Sum of RGB (Red+Green+Blue) = 9+1+29=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 29 (11.72% from 255 or 74.36% from 39); Max value from RGB is 29 - color contains mainly: blue. Hex color #09011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09011D is #F6FEE2. Grayscale: #060606. Windows color (decimal): -16187107 or 1900809. OLE color: 1900809.

HSL color Cylindrical-coordinate representation of color #09011D: hue angle of 257.14º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09011D is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB9129-
CMYK0.690.9700.89
HSL257.14º93.33%5.88%-
HSV(B)257.14º96.55%11.37%-
XYZ0.350.171.18-
YUV6.58140.65129.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.08%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 29 (11.72% from 255) = 74.36%
R=23.08%
G=2.56%
B=74.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal91290.690.9700.89257.1493.335.88
Hex911D45610591015d6
Octal1113510514101314011356
Binary100111110110001011100001010110011000000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09011D; }

 p { color: rgb(9,1,29); }

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

<style>
 a { background-color: #09011D; }

 a { background-color: rgb(9,1,29); }

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

<style>
 span { border-color: #09011D; }

 span { border-color: rgb(9,1,29); }

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