Html Css Color HEX #0B0715 Jaguar

📋 copy color: '#0B0715'

red 11 ◦ green 7 ◦ blue 21

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

Shades of Jaguar #0B0715

Tints of Jaguar #0B0715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 17.95%

 BLUE value IS 21 (8.59% from 255) = 53.85%

R = 28.21%
G = 17.95%
B = 53.85%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0B0715 (or 0x0B0715) is known color: Jaguar. HEX triplet: 0B, 07 and 15. RGB value is (11,7,21). Sum of RGB (Red+Green+Blue) = 11+7+21=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B0715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0715 is #F4F8EA. Grayscale: #090909. Windows color (decimal): -16054507 or 1378059. OLE color: 1378059.

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

Color convert

RGB 11 7 21 -
CMYK 0.48 0.67 0 0.92
HSL 257.14º 0.5% 0.05% -
HSV(B) 257.14º 0.67% 0.08% -
XYZ 0.35 0.28 0.74 -
YUV 9.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 11 7 21 0.48 0.67 0 0.92 257.14 0.5 0.05
Hex B 7 15 30 43 0 5C 101 32 5
Octal 13 7 25 60 103 0 134 401 62 5
Binary 1011 111 10101 110000 1000011 0 1011100 100000001 110010 101

Color Harmonies of #0B0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0715

Black with #0B0715

Text Example


Text Example

White with #0B0715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,7,21); }

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

background-color css

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

 a { background-color: rgb(11,7,21); }

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

border-color css

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

 span { border-color: rgb(11,7,21); }

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