Html Css Color HEX #090413 Jaguar

📋 copy color: '#090413'

red 9 ◦ green 4 ◦ blue 19

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

Shades of Jaguar #090413

Tints of Jaguar #090413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 12.5%

 BLUE value IS 19 (7.81% from 255) = 59.38%

R = 28.13%
G = 12.5%
B = 59.38%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090413 (or 0x090413) is known color: Jaguar. HEX triplet: 09, 04 and 13. RGB value is (9,4,19). Sum of RGB (Red+Green+Blue) = 9+4+19=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 19 (7.81% from 255 or 59.38% from 32); Max value from RGB is 19 - color contains mainly: blue. Hex color #090413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090413 is #F6FBEC. Grayscale: #070707. Windows color (decimal): -16186349 or 1246217. OLE color: 1246217.

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

Color convert

RGB 9 4 19 -
CMYK 0.53 0.79 0 0.93
HSL 260º 0.65% 0.05% -
HSV(B) 260º 0.79% 0.07% -
XYZ 0.27 0.19 0.64 -
YUV 7.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 9 4 19 0.53 0.79 0 0.93 260 0.65 0.05
Hex 9 4 13 35 4F 0 5D 104 41 5
Octal 11 4 23 65 117 0 135 404 101 5
Binary 1001 100 10011 110101 1001111 0 1011101 100000100 1000001 101

Color Harmonies of #090413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090413

Black with #090413

Text Example


Text Example

White with #090413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090413; }

 p { color: rgb(9,4,19); }

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

background-color css

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

 a { background-color: rgb(9,4,19); }

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

border-color css

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

 span { border-color: rgb(9,4,19); }

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