Html Css Color HEX #090511 Jaguar

📋 copy color: '#090511'

red 9 ◦ green 5 ◦ blue 17

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

Shades of Jaguar #090511

Tints of Jaguar #090511

RGB

 RED value IS 9 (3.91% from 255) = 29.03%

 GREEN value IS 5 (2.34% from 255) = 16.13%

 BLUE value IS 17 (7.03% from 255) = 54.84%

R = 29.03%
G = 16.13%
B = 54.84%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090511 (or 0x090511) is known color: Jaguar. HEX triplet: 09, 05 and 11. RGB value is (9,5,17). Sum of RGB (Red+Green+Blue) = 9+5+17=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 17 (7.03% from 255 or 54.84% from 31); Max value from RGB is 17 - color contains mainly: blue. Hex color #090511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090511 is #F6FAEE. Grayscale: #070707. Windows color (decimal): -16186095 or 1115401. OLE color: 1115401.

HSL color Cylindrical-coordinate representation of color #090511: hue angle of 260º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #090511 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 5 17 -
CMYK 0.47 0.71 0 0.93
HSL 260º 0.55% 0.04% -
HSV(B) 260º 0.71% 0.07% -
XYZ 0.27 0.21 0.56 -
YUV 7.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 9 5 17 0.47 0.71 0 0.93 260 0.55 0.04
Hex 9 5 11 2F 47 0 5D 104 37 4
Octal 11 5 21 57 107 0 135 404 67 4
Binary 1001 101 10001 101111 1000111 0 1011101 100000100 110111 100

Color Harmonies of #090511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090511

Black with #090511

Text Example


Text Example

White with #090511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090511; }

 p { color: rgb(9,5,17); }

 H1.HeaderClassName
 {
   color: #090511;
 }
 .AnyTagClassName
 {
   color: #090511;
 }
</style>

background-color css

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

 a { background-color: rgb(9,5,17); }

 div.DivClassName
 {
   background-color: #090511;
 }
 .BgClassName
 {
   background-color: #090511;
 }
</style>

border-color css

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

 span { border-color: rgb(9,5,17); }

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