Html Css Color HEX #0B1715 Dark Green

📋 copy color: '#0B1715'

red 11 ◦ green 23 ◦ blue 21

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

Shades of Dark Green #0B1715

Tints of Dark Green #0B1715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 38.18%

R = 20%
G = 41.82%
B = 38.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#0B1715 (or 0x0B1715) is known color: Dark Green. HEX triplet: 0B, 17 and 15. RGB value is (11,23,21). Sum of RGB (Red+Green+Blue) = 11+23+21=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 23 - color contains mainly: green. Hex color #0B1715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1715 is #F4E8EA. Grayscale: #131313. Windows color (decimal): -16050411 or 1382155. OLE color: 1382155.

HSL color Cylindrical-coordinate representation of color #0B1715: hue angle of 170º 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 #0B1715 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 23 21 -
CMYK 0.52 0 0.09 0.91
HSL 170º 0.35% 0.07% -
HSV(B) 170º 0.52% 0.09% -
XYZ 0.58 0.74 0.82 -
YUV 19.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 11 23 21 0.52 0 0.09 0.91 170 0.35 0.07
Hex B 17 15 34 0 9 5B AA 23 7
Octal 13 27 25 64 0 11 133 252 43 7
Binary 1011 10111 10101 110100 0 1001 1011011 10101010 100011 111

Color Harmonies of #0B1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1715

Black with #0B1715

Text Example


Text Example

White with #0B1715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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