#09011C

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

Shades of Jaguar #09011C

Tints of Jaguar #09011C

Color information

#09011C (or 0x09011C) is unknown color: approx Jaguar. HEX triplet: 09, 01 and 1C. RGB value is (9,1,28). Sum of RGB (Red+Green+Blue) = 9+1+28=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 28 (11.33% from 255 or 73.68% from 38); Max value from RGB is 28 - color contains mainly: blue. Hex color #09011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09011C is #F6FEE3. Grayscale: #060606. Windows color (decimal): -16187108 or 1835273. OLE color: 1835273.

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

Color convert

RGB9128-
CMYK0.680.9600.89
HSL257.78º93.1%5.69%-
HSV(B)257.78º96.43%10.98%-
XYZ0.330.161.11-
YUV6.47140.15129.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.68%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 28 (11.33% from 255) = 73.68%
R=23.68%
G=2.63%
B=73.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal91280.680.9600.89257.7893.15.69
Hex911C44600591025d6
Octal1113410414001314021356
Binary100111110010001001100000010110011000000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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