Html Css Color HEX #0B1211 Dark Green

📋 copy color: '#0B1211'

red 11 ◦ green 18 ◦ blue 17

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

Shades of Dark Green #0B1211

Tints of Dark Green #0B1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 39.13%

 BLUE value IS 17 (7.03% from 255) = 36.96%

R = 23.91%
G = 39.13%
B = 36.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#0B1211 (or 0x0B1211) is known color: Dark Green. HEX triplet: 0B, 12 and 11. RGB value is (11,18,17). Sum of RGB (Red+Green+Blue) = 11+18+17=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 18 - color contains mainly: green. Hex color #0B1211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1211 is #F4EDEE. Grayscale: #0F0F0F. Windows color (decimal): -16051695 or 1118731. OLE color: 1118731.

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

Color convert

RGB 11 18 17 -
CMYK 0.39 0 0.06 0.93
HSL 171.43º 0.24% 0.06% -
HSV(B) 171.43º 0.39% 0.07% -
XYZ 0.46 0.54 0.61 -
YUV 15.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 11 18 17 0.39 0 0.06 0.93 171.43 0.24 0.06
Hex B 12 11 27 0 6 5D AB 18 6
Octal 13 22 21 47 0 6 135 253 30 6
Binary 1011 10010 10001 100111 0 110 1011101 10101011 11000 110

Color Harmonies of #0B1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1211

Black with #0B1211

Text Example


Text Example

White with #0B1211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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