Html Css Color HEX #09080B Jaguar

📋 copy color: '#09080B'

red 9 ◦ green 8 ◦ blue 11

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

Shades of Jaguar #09080B

Tints of Jaguar #09080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 28.57%

 BLUE value IS 11 (4.69% from 255) = 39.29%

R = 32.14%
G = 28.57%
B = 39.29%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#09080B (or 0x09080B) is known color: Jaguar. HEX triplet: 09, 08 and 0B. RGB value is (9,8,11). Sum of RGB (Red+Green+Blue) = 9+8+11=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 11 - color contains mainly: blue. Hex color #09080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09080B is #F6F7F4. Grayscale: #080808. Windows color (decimal): -16185333 or 722953. OLE color: 722953.

HSL color Cylindrical-coordinate representation of color #09080B: hue angle of 260º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #09080B is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 9 8 11 -
CMYK 0.18 0.27 0 0.96
HSL 260º 0.16% 0.04% -
HSV(B) 260º 0.27% 0.04% -
XYZ 0.26 0.26 0.35 -
YUV 8.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 9 8 11 0.18 0.27 0 0.96 260 0.16 0.04
Hex 9 8 B 12 1B 0 60 104 10 4
Octal 11 10 13 22 33 0 140 404 20 4
Binary 1001 1000 1011 10010 11011 0 1100000 100000100 10000 100

Color Harmonies of #09080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09080B

Black with #09080B

Text Example


Text Example

White with #09080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09080B; }

 p { color: rgb(9,8,11); }

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

background-color css

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

 a { background-color: rgb(9,8,11); }

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

border-color css

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

 span { border-color: rgb(9,8,11); }

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