Html Css Color HEX #050B0B Dark Green

📋 copy color: '#050B0B'

red 5 ◦ green 11 ◦ blue 11

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

Shades of Dark Green #050B0B

Tints of Dark Green #050B0B

RGB

 RED value IS 5 (2.34% from 255) = 18.52%

 GREEN value IS 11 (4.69% from 255) = 40.74%

 BLUE value IS 11 (4.69% from 255) = 40.74%

R = 18.52%
G = 40.74%
B = 40.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#050B0B (or 0x050B0B) is known color: Dark Green. HEX triplet: 05, 0B and 0B. RGB value is (5,11,11). Sum of RGB (Red+Green+Blue) = 5+11+11=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 11 (4.69% from 255 or 40.74% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 11 - color contains mainly: green, blue. Hex color #050B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B0B is #FAF4F4. Grayscale: #090909. Windows color (decimal): -16446709 or 723717. OLE color: 723717.

HSL color Cylindrical-coordinate representation of color #050B0B: hue angle of 180º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #050B0B is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 11 11 -
CMYK 0.55 0 0 0.96
HSL 180º 0.38% 0.03% -
HSV(B) 180º 0.55% 0.04% -
XYZ 0.24 0.3 0.36 -
YUV 9.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 5 11 11 0.55 0 0 0.96 180 0.38 0.03
Hex 5 B B 37 0 0 60 B4 26 3
Octal 5 13 13 67 0 0 140 264 46 3
Binary 101 1011 1011 110111 0 0 1100000 10110100 100110 11

Color Harmonies of #050B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B0B

Black with #050B0B

Text Example


Text Example

White with #050B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050B0B; }

 p { color: rgb(5,11,11); }

 H1.HeaderClassName
 {
   color: #050B0B;
 }
 .AnyTagClassName
 {
   color: #050B0B;
 }
</style>

background-color css

<style>
 a { background-color: #050B0B; }

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

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

border-color css

<style>
 span { border-color: #050B0B; }

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

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