Html Css Color HEX #090414 Jaguar

📋 copy color: '#090414'

red 9 ◦ green 4 ◦ blue 20

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

Shades of Jaguar #090414

Tints of Jaguar #090414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 60.61%

R = 27.27%
G = 12.12%
B = 60.61%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#090414 (or 0x090414) is known color: Jaguar. HEX triplet: 09, 04 and 14. RGB value is (9,4,20). Sum of RGB (Red+Green+Blue) = 9+4+20=33 (4% of max value = 765). Red value is 9 (3.91% from 255 or 27.27% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 20 (8.20% from 255 or 60.61% from 33); Max value from RGB is 20 - color contains mainly: blue. Hex color #090414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090414 is #F6FBEB. Grayscale: #070707. Windows color (decimal): -16186348 or 1311753. OLE color: 1311753.

HSL color Cylindrical-coordinate representation of color #090414: hue angle of 258.75º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #090414 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 4 20 -
CMYK 0.55 0.80 0 0.92
HSL 258.75º 0.67% 0.05% -
HSV(B) 258.75º 0.8% 0.08% -
XYZ 0.28 0.2 0.68 -
YUV 7.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 9 4 20 0.55 0.80 0 0.92 258.75 0.67 0.05
Hex 9 4 14 37 50 0 5C 103 43 5
Octal 11 4 24 67 120 0 134 403 103 5
Binary 1001 100 10100 110111 1010000 0 1011100 100000011 1000011 101

Color Harmonies of #090414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090414

Black with #090414

Text Example


Text Example

White with #090414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090414; }

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

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

background-color css

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

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

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

border-color css

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

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

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