Html Css Color HEX #050B05 Black Bean

📋 copy color: '#050B05'

red 5 ◦ green 11 ◦ blue 5

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

Shades of Black Bean #050B05

Tints of Black Bean #050B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 23.81%

R = 23.81%
G = 52.38%
B = 23.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.96

RGB Variations

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

Color information

#050B05 (or 0x050B05) is known color: Black Bean. HEX triplet: 05, 0B and 05. RGB value is (5,11,5). Sum of RGB (Red+Green+Blue) = 5+11+5=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 11 (4.69% from 255 or 52.38% from 21); Blue value is 5 (2.34% from 255 or 23.81% from 21); Max value from RGB is 11 - color contains mainly: green. Hex color #050B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B05 is #FAF4FA. Grayscale: #080808. Windows color (decimal): -16446715 or 330501. OLE color: 330501.

HSL color Cylindrical-coordinate representation of color #050B05: hue angle of 120º 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 #050B05 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 11 5 -
CMYK 0.55 0 0.55 0.96
HSL 120º 0.38% 0.03% -
HSV(B) 120º 0.55% 0.04% -
XYZ 0.21 0.28 0.19 -
YUV 8.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 5 11 5 0.55 0 0.55 0.96 120 0.38 0.03
Hex 5 B 5 37 0 37 60 78 26 3
Octal 5 13 5 67 0 67 140 170 46 3
Binary 101 1011 101 110111 0 110111 1100000 1111000 100110 11

Color Harmonies of #050B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B05

Black with #050B05

Text Example


Text Example

White with #050B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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