Html Css Color HEX #0B1913 Dark Green

📋 copy color: '#0B1913'

red 11 ◦ green 25 ◦ blue 19

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

Shades of Dark Green #0B1913

Tints of Dark Green #0B1913

RGB

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

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

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

R = 20%
G = 45.45%
B = 34.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#0B1913 (or 0x0B1913) is known color: Dark Green. HEX triplet: 0B, 19 and 13. RGB value is (11,25,19). Sum of RGB (Red+Green+Blue) = 11+25+19=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 25 - color contains mainly: green. Hex color #0B1913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1913 is #F4E6EC. Grayscale: #141414. Windows color (decimal): -16049901 or 1251595. OLE color: 1251595.

HSL color Cylindrical-coordinate representation of color #0B1913: hue angle of 154.29º 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 #0B1913 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB 11 25 19 -
CMYK 0.56 0 0.24 0.90
HSL 154.29º 0.39% 0.07% -
HSV(B) 154.29º 0.56% 0.1% -
XYZ 0.6 0.81 0.74 -
YUV 20.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 11 25 19 0.56 0 0.24 0.90 154.29 0.39 0.07
Hex B 19 13 38 0 18 5A 9A 27 7
Octal 13 31 23 70 0 30 132 232 47 7
Binary 1011 11001 10011 111000 0 11000 1011010 10011010 100111 111

Color Harmonies of #0B1913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1913

Black with #0B1913

Text Example


Text Example

White with #0B1913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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