Html Css Color HEX #0B0616 Jaguar

📋 copy color: '#0B0616'

red 11 ◦ green 6 ◦ blue 22

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

Shades of Jaguar #0B0616

Tints of Jaguar #0B0616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 15.38%

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

R = 28.21%
G = 15.38%
B = 56.41%

CMYK

 C value IS 0.5

 M value IS 0.73

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0616 (or 0x0B0616) is known color: Jaguar. HEX triplet: 0B, 06 and 16. RGB value is (11,6,22). Sum of RGB (Red+Green+Blue) = 11+6+22=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0616 is #F4F9E9. Grayscale: #090909. Windows color (decimal): -16054762 or 1443339. OLE color: 1443339.

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

Color convert

RGB 11 6 22 -
CMYK 0.5 0.73 0 0.91
HSL 258.75º 0.57% 0.05% -
HSV(B) 258.75º 0.73% 0.09% -
XYZ 0.35 0.26 0.79 -
YUV 9.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 11 6 22 0.5 0.73 0 0.91 258.75 0.57 0.05
Hex B 6 16 32 49 0 5B 103 39 5
Octal 13 6 26 62 111 0 133 403 71 5
Binary 1011 110 10110 110010 1001001 0 1011011 100000011 111001 101

Color Harmonies of #0B0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0616

Black with #0B0616

Text Example


Text Example

White with #0B0616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,6,22); }

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

background-color css

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

 a { background-color: rgb(11,6,22); }

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

border-color css

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

 span { border-color: rgb(11,6,22); }

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