Html Css Color HEX #0B090F Jaguar

📋 copy color: '#0B090F'

red 11 ◦ green 9 ◦ blue 15

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

Shades of Jaguar #0B090F

Tints of Jaguar #0B090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 25.71%

 BLUE value IS 15 (6.25% from 255) = 42.86%

R = 31.43%
G = 25.71%
B = 42.86%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0B090F (or 0x0B090F) is known color: Jaguar. HEX triplet: 0B, 09 and 0F. RGB value is (11,9,15). Sum of RGB (Red+Green+Blue) = 11+9+15=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B090F is #F4F6F0. Grayscale: #0A0A0A. Windows color (decimal): -16054001 or 985355. OLE color: 985355.

HSL color Cylindrical-coordinate representation of color #0B090F: hue angle of 260º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0B090F is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 11 9 15 -
CMYK 0.27 0.40 0 0.94
HSL 260º 0.25% 0.05% -
HSV(B) 260º 0.4% 0.06% -
XYZ 0.32 0.3 0.49 -
YUV 10.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 11 9 15 0.27 0.40 0 0.94 260 0.25 0.05
Hex B 9 F 1B 28 0 5E 104 19 5
Octal 13 11 17 33 50 0 136 404 31 5
Binary 1011 1001 1111 11011 101000 0 1011110 100000100 11001 101

Color Harmonies of #0B090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B090F

Black with #0B090F

Text Example


Text Example

White with #0B090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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