Html Css Color HEX #09011D Jaguar

📋 copy color: '#09011D'

red 9 ◦ green 1 ◦ blue 29

#09011D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaguar #09011D

Tints of Jaguar #09011D

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 value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#09011D (or 0x09011D) is known color: 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

RGB 9 1 29 -
CMYK 0.69 0.97 0 0.89
HSL 257.14º 0.93% 0.06% -
HSV(B) 257.14º 0.97% 0.11% -
XYZ 0.35 0.17 1.18 -
YUV 6.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 9 1 29 0.69 0.97 0 0.89 257.14 0.93 0.06
Hex 9 1 1D 45 61 0 59 101 5D 6
Octal 11 1 35 105 141 0 131 401 135 6
Binary 1001 1 11101 1000101 1100001 0 1011001 100000001 1011101 110

Color Harmonies of #09011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09011D

Black with #09011D

Text Example


Text Example

White with #09011D

Text Example


Text Example

HTML Codes & Css Web 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>