Html Css Color HEX #0B0811 Jaguar

📋 copy color: '#0B0811'

red 11 ◦ green 8 ◦ blue 17

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

Shades of Jaguar #0B0811

Tints of Jaguar #0B0811

RGB

 RED value IS 11 (4.69% from 255) = 30.56%

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

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

R = 30.56%
G = 22.22%
B = 47.22%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0B0811 (or 0x0B0811) is known color: Jaguar. HEX triplet: 0B, 08 and 11. RGB value is (11,8,17). Sum of RGB (Red+Green+Blue) = 11+8+17=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #0B0811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0811 is #F4F7EE. Grayscale: #090909. Windows color (decimal): -16054255 or 1116171. OLE color: 1116171.

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

Color convert

RGB 11 8 17 -
CMYK 0.35 0.53 0 0.93
HSL 260º 0.36% 0.05% -
HSV(B) 260º 0.53% 0.07% -
XYZ 0.33 0.29 0.57 -
YUV 9.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 11 8 17 0.35 0.53 0 0.93 260 0.36 0.05
Hex B 8 11 23 35 0 5D 104 24 5
Octal 13 10 21 43 65 0 135 404 44 5
Binary 1011 1000 10001 100011 110101 0 1011101 100000100 100100 101

Color Harmonies of #0B0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0811

Black with #0B0811

Text Example


Text Example

White with #0B0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B0811; }

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

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

background-color css

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

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

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

border-color css

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

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

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