Html Css Color HEX #0B1713 Dark Green

📋 copy color: '#0B1713'

red 11 ◦ green 23 ◦ blue 19

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

Shades of Dark Green #0B1713

Tints of Dark Green #0B1713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 43.4%

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

R = 20.75%
G = 43.4%
B = 35.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#0B1713 (or 0x0B1713) is known color: Dark Green. HEX triplet: 0B, 17 and 13. RGB value is (11,23,19). Sum of RGB (Red+Green+Blue) = 11+23+19=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #0B1713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1713 is #F4E8EC. Grayscale: #121212. Windows color (decimal): -16050413 or 1251083. OLE color: 1251083.

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

Color convert

RGB 11 23 19 -
CMYK 0.52 0 0.17 0.91
HSL 160º 0.35% 0.07% -
HSV(B) 160º 0.52% 0.09% -
XYZ 0.56 0.73 0.73 -
YUV 18.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 11 23 19 0.52 0 0.17 0.91 160 0.35 0.07
Hex B 17 13 34 0 11 5B A0 23 7
Octal 13 27 23 64 0 21 133 240 43 7
Binary 1011 10111 10011 110100 0 10001 1011011 10100000 100011 111

Color Harmonies of #0B1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1713

Black with #0B1713

Text Example


Text Example

White with #0B1713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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