Html Css Color HEX #0B1110 Dark Green

📋 copy color: '#0B1110'

red 11 ◦ green 17 ◦ blue 16

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

Shades of Dark Green #0B1110

Tints of Dark Green #0B1110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 38.64%

 BLUE value IS 16 (6.64% from 255) = 36.36%

R = 25%
G = 38.64%
B = 36.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#0B1110 (or 0x0B1110) is known color: Dark Green. HEX triplet: 0B, 11 and 10. RGB value is (11,17,16). Sum of RGB (Red+Green+Blue) = 11+17+16=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 17 - color contains mainly: green. Hex color #0B1110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1110 is #F4EEEF. Grayscale: #0F0F0F. Windows color (decimal): -16051952 or 1052939. OLE color: 1052939.

HSL color Cylindrical-coordinate representation of color #0B1110: hue angle of 170º degrees, saturation: 0.21, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0B1110 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 17 16 -
CMYK 0.35 0 0.06 0.93
HSL 170º 0.21% 0.05% -
HSV(B) 170º 0.35% 0.07% -
XYZ 0.43 0.51 0.57 -
YUV 15.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 11 17 16 0.35 0 0.06 0.93 170 0.21 0.05
Hex B 11 10 23 0 6 5D AA 15 5
Octal 13 21 20 43 0 6 135 252 25 5
Binary 1011 10001 10000 100011 0 110 1011101 10101010 10101 101

Color Harmonies of #0B1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1110

Black with #0B1110

Text Example


Text Example

White with #0B1110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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