Html Css Color HEX #090316 Jaguar

📋 copy color: '#090316'

red 9 ◦ green 3 ◦ blue 22

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

Shades of Jaguar #090316

Tints of Jaguar #090316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.82%

 BLUE value IS 22 (8.98% from 255) = 64.71%

R = 26.47%
G = 8.82%
B = 64.71%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#090316 (or 0x090316) is known color: Jaguar. HEX triplet: 09, 03 and 16. RGB value is (9,3,22). Sum of RGB (Red+Green+Blue) = 9+3+22=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 22 (8.98% from 255 or 64.71% from 34); Max value from RGB is 22 - color contains mainly: blue. Hex color #090316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090316 is #F6FCE9. Grayscale: #060606. Windows color (decimal): -16186602 or 1442569. OLE color: 1442569.

HSL color Cylindrical-coordinate representation of color #090316: hue angle of 258.95º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #090316 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 9 3 22 -
CMYK 0.59 0.86 0 0.91
HSL 258.95º 0.76% 0.05% -
HSV(B) 258.95º 0.86% 0.09% -
XYZ 0.29 0.18 0.78 -
YUV 6.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 9 3 22 0.59 0.86 0 0.91 258.95 0.76 0.05
Hex 9 3 16 3B 56 0 5B 103 4C 5
Octal 11 3 26 73 126 0 133 403 114 5
Binary 1001 11 10110 111011 1010110 0 1011011 100000011 1001100 101

Color Harmonies of #090316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090316

Black with #090316

Text Example


Text Example

White with #090316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090316; }

 p { color: rgb(9,3,22); }

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

background-color css

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

 a { background-color: rgb(9,3,22); }

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

border-color css

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

 span { border-color: rgb(9,3,22); }

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