Html Css Color HEX #0B1714 Dark Green

📋 copy color: '#0B1714'

red 11 ◦ green 23 ◦ blue 20

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

Shades of Dark Green #0B1714

Tints of Dark Green #0B1714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 37.04%

R = 20.37%
G = 42.59%
B = 37.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#0B1714 (or 0x0B1714) is known color: Dark Green. HEX triplet: 0B, 17 and 14. RGB value is (11,23,20). Sum of RGB (Red+Green+Blue) = 11+23+20=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 23 - color contains mainly: green. Hex color #0B1714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1714 is #F4E8EB. Grayscale: #131313. Windows color (decimal): -16050412 or 1316619. OLE color: 1316619.

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

Color convert

RGB 11 23 20 -
CMYK 0.52 0 0.13 0.91
HSL 165º 0.35% 0.07% -
HSV(B) 165º 0.52% 0.09% -
XYZ 0.57 0.73 0.77 -
YUV 19.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 11 23 20 0.52 0 0.13 0.91 165 0.35 0.07
Hex B 17 14 34 0 D 5B A5 23 7
Octal 13 27 24 64 0 15 133 245 43 7
Binary 1011 10111 10100 110100 0 1101 1011011 10100101 100011 111

Color Harmonies of #0B1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1714

Black with #0B1714

Text Example


Text Example

White with #0B1714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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