Html Css Color HEX #0B1914 Dark Green

📋 copy color: '#0B1914'

red 11 ◦ green 25 ◦ blue 20

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

Shades of Dark Green #0B1914

Tints of Dark Green #0B1914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 44.64%

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

R = 19.64%
G = 44.64%
B = 35.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#0B1914 (or 0x0B1914) is known color: Dark Green. HEX triplet: 0B, 19 and 14. RGB value is (11,25,20). Sum of RGB (Red+Green+Blue) = 11+25+20=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #0B1914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1914 is #F4E6EB. Grayscale: #141414. Windows color (decimal): -16049900 or 1317131. OLE color: 1317131.

HSL color Cylindrical-coordinate representation of color #0B1914: hue angle of 158.57º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0B1914 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB 11 25 20 -
CMYK 0.56 0 0.20 0.90
HSL 158.57º 0.39% 0.07% -
HSV(B) 158.57º 0.56% 0.1% -
XYZ 0.61 0.82 0.79 -
YUV 20.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 11 25 20 0.56 0 0.20 0.90 158.57 0.39 0.07
Hex B 19 14 38 0 14 5A 9F 27 7
Octal 13 31 24 70 0 24 132 237 47 7
Binary 1011 11001 10100 111000 0 10100 1011010 10011111 100111 111

Color Harmonies of #0B1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1914

Black with #0B1914

Text Example


Text Example

White with #0B1914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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