Html Css Color HEX #0B1311 Dark Green

📋 copy color: '#0B1311'

red 11 ◦ green 19 ◦ blue 17

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

Shades of Dark Green #0B1311

Tints of Dark Green #0B1311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 40.43%

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

R = 23.4%
G = 40.43%
B = 36.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#0B1311 (or 0x0B1311) is known color: Dark Green. HEX triplet: 0B, 13 and 11. RGB value is (11,19,17). Sum of RGB (Red+Green+Blue) = 11+19+17=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 19 - color contains mainly: green. Hex color #0B1311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1311 is #F4ECEE. Grayscale: #101010. Windows color (decimal): -16051439 or 1118987. OLE color: 1118987.

HSL color Cylindrical-coordinate representation of color #0B1311: hue angle of 165º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0B1311 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 19 17 -
CMYK 0.42 0 0.11 0.93
HSL 165º 0.27% 0.06% -
HSV(B) 165º 0.42% 0.07% -
XYZ 0.47 0.58 0.62 -
YUV 16.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 11 19 17 0.42 0 0.11 0.93 165 0.27 0.06
Hex B 13 11 2A 0 B 5D A5 1B 6
Octal 13 23 21 52 0 13 135 245 33 6
Binary 1011 10011 10001 101010 0 1011 1011101 10100101 11011 110

Color Harmonies of #0B1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1311

Black with #0B1311

Text Example


Text Example

White with #0B1311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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