Html Css Color HEX #0B1813 Dark Green

📋 copy color: '#0B1813'

red 11 ◦ green 24 ◦ blue 19

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

Shades of Dark Green #0B1813

Tints of Dark Green #0B1813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 44.44%

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

R = 20.37%
G = 44.44%
B = 35.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#0B1813 (or 0x0B1813) is known color: Dark Green. HEX triplet: 0B, 18 and 13. RGB value is (11,24,19). Sum of RGB (Red+Green+Blue) = 11+24+19=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1813 is #F4E7EC. Grayscale: #131313. Windows color (decimal): -16050157 or 1251339. OLE color: 1251339.

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

Color convert

RGB 11 24 19 -
CMYK 0.54 0 0.21 0.91
HSL 156.92º 0.37% 0.07% -
HSV(B) 156.92º 0.54% 0.09% -
XYZ 0.58 0.77 0.73 -
YUV 19.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 11 24 19 0.54 0 0.21 0.91 156.92 0.37 0.07
Hex B 18 13 36 0 15 5B 9D 25 7
Octal 13 30 23 66 0 25 133 235 45 7
Binary 1011 11000 10011 110110 0 10101 1011011 10011101 100101 111

Color Harmonies of #0B1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1813

Black with #0B1813

Text Example


Text Example

White with #0B1813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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