Html Css Color HEX #0B100D Dark Green

📋 copy color: '#0B100D'

red 11 ◦ green 16 ◦ blue 13

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

Shades of Dark Green #0B100D

Tints of Dark Green #0B100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 40%

 BLUE value IS 13 (5.47% from 255) = 32.5%

R = 27.5%
G = 40%
B = 32.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.94

RGB Variations

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

Color information

#0B100D (or 0x0B100D) is known color: Dark Green. HEX triplet: 0B, 10 and 0D. RGB value is (11,16,13). Sum of RGB (Red+Green+Blue) = 11+16+13=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 16 - color contains mainly: green. Hex color #0B100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B100D is #F4EFF2. Grayscale: #0E0E0E. Windows color (decimal): -16052211 or 856075. OLE color: 856075.

HSL color Cylindrical-coordinate representation of color #0B100D: hue angle of 144º degrees, saturation: 0.19, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0B100D is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB 11 16 13 -
CMYK 0.31 0 0.19 0.94
HSL 144º 0.19% 0.05% -
HSV(B) 144º 0.31% 0.06% -
XYZ 0.4 0.47 0.45 -
YUV 14.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 11 16 13 0.31 0 0.19 0.94 144 0.19 0.05
Hex B 10 D 1F 0 13 5E 90 13 5
Octal 13 20 15 37 0 23 136 220 23 5
Binary 1011 10000 1101 11111 0 10011 1011110 10010000 10011 101

Color Harmonies of #0B100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B100D

Black with #0B100D

Text Example


Text Example

White with #0B100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,16,13); }

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

background-color css

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

 a { background-color: rgb(11,16,13); }

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

border-color css

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

 span { border-color: rgb(11,16,13); }

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