Html Css Color HEX #0B1613 Dark Green

📋 copy color: '#0B1613'

red 11 ◦ green 22 ◦ blue 19

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

Shades of Dark Green #0B1613

Tints of Dark Green #0B1613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 42.31%

 BLUE value IS 19 (7.81% from 255) = 36.54%

R = 21.15%
G = 42.31%
B = 36.54%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.14

 K value IS 0.91

RGB Variations

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

Color information

#0B1613 (or 0x0B1613) is known color: Dark Green. HEX triplet: 0B, 16 and 13. RGB value is (11,22,19). Sum of RGB (Red+Green+Blue) = 11+22+19=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 22 - color contains mainly: green. Hex color #0B1613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1613 is #F4E9EC. Grayscale: #121212. Windows color (decimal): -16050669 or 1250827. OLE color: 1250827.

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

Color convert

RGB 11 22 19 -
CMYK 0.5 0 0.14 0.91
HSL 163.64º 0.33% 0.06% -
HSV(B) 163.64º 0.5% 0.09% -
XYZ 0.54 0.69 0.72 -
YUV 18.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 11 22 19 0.5 0 0.14 0.91 163.64 0.33 0.06
Hex B 16 13 32 0 E 5B A4 21 6
Octal 13 26 23 62 0 16 133 244 41 6
Binary 1011 10110 10011 110010 0 1110 1011011 10100100 100001 110

Color Harmonies of #0B1613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1613

Black with #0B1613

Text Example


Text Example

White with #0B1613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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