Html Css Color HEX #0B1916 Dark Green

📋 copy color: '#0B1916'

red 11 ◦ green 25 ◦ blue 22

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

Shades of Dark Green #0B1916

Tints of Dark Green #0B1916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 43.1%

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

R = 18.97%
G = 43.1%
B = 37.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#0B1916 (or 0x0B1916) is known color: Dark Green. HEX triplet: 0B, 19 and 16. RGB value is (11,25,22). Sum of RGB (Red+Green+Blue) = 11+25+22=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 25 - color contains mainly: green. Hex color #0B1916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1916 is #F4E6E9. Grayscale: #141414. Windows color (decimal): -16049898 or 1448203. OLE color: 1448203.

HSL color Cylindrical-coordinate representation of color #0B1916: hue angle of 167.14º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0B1916 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB 11 25 22 -
CMYK 0.56 0 0.12 0.90
HSL 167.14º 0.39% 0.07% -
HSV(B) 167.14º 0.56% 0.1% -
XYZ 0.63 0.82 0.88 -
YUV 20.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 11 25 22 0.56 0 0.12 0.90 167.14 0.39 0.07
Hex B 19 16 38 0 C 5A A7 27 7
Octal 13 31 26 70 0 14 132 247 47 7
Binary 1011 11001 10110 111000 0 1100 1011010 10100111 100111 111

Color Harmonies of #0B1916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1916

Black with #0B1916

Text Example


Text Example

White with #0B1916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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