Html Css Color HEX #0B0618 Jaguar

📋 copy color: '#0B0618'

red 11 ◦ green 6 ◦ blue 24

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

Shades of Jaguar #0B0618

Tints of Jaguar #0B0618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 58.54%

R = 26.83%
G = 14.63%
B = 58.54%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0618 (or 0x0B0618) is known color: Jaguar. HEX triplet: 0B, 06 and 18. RGB value is (11,6,24). Sum of RGB (Red+Green+Blue) = 11+6+24=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B0618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0618 is #F4F9E7. Grayscale: #090909. Windows color (decimal): -16054760 or 1574411. OLE color: 1574411.

HSL color Cylindrical-coordinate representation of color #0B0618: hue angle of 256.67º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B0618 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 6 24 -
CMYK 0.54 0.75 0 0.91
HSL 256.67º 0.6% 0.06% -
HSV(B) 256.67º 0.75% 0.09% -
XYZ 0.37 0.27 0.9 -
YUV 9.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 11 6 24 0.54 0.75 0 0.91 256.67 0.6 0.06
Hex B 6 18 36 4B 0 5B 101 3C 6
Octal 13 6 30 66 113 0 133 401 74 6
Binary 1011 110 11000 110110 1001011 0 1011011 100000001 111100 110

Color Harmonies of #0B0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0618

Black with #0B0618

Text Example


Text Example

White with #0B0618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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