Html Css Color HEX #050906 Black Bean

📋 copy color: '#050906'

red 5 ◦ green 9 ◦ blue 6

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

Shades of Black Bean #050906

Tints of Black Bean #050906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 45%

 BLUE value IS 6 (2.73% from 255) = 30%

R = 25%
G = 45%
B = 30%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.96

RGB Variations

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

Color information

#050906 (or 0x050906) is known color: Black Bean. HEX triplet: 05, 09 and 06. RGB value is (5,9,6). Sum of RGB (Red+Green+Blue) = 5+9+6=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 9 (3.91% from 255 or 45% from 20); Blue value is 6 (2.73% from 255 or 30% from 20); Max value from RGB is 9 - color contains mainly: green. Hex color #050906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050906 is #FAF6F9. Grayscale: #070707. Windows color (decimal): -16447226 or 395525. OLE color: 395525.

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

Color convert

RGB 5 9 6 -
CMYK 0.44 0 0.33 0.96
HSL 135º 0.29% 0.03% -
HSV(B) 135º 0.44% 0.04% -
XYZ 0.19 0.24 0.21 -
YUV 7.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 5 9 6 0.44 0 0.33 0.96 135 0.29 0.03
Hex 5 9 6 2C 0 21 60 87 1D 3
Octal 5 11 6 54 0 41 140 207 35 3
Binary 101 1001 110 101100 0 100001 1100000 10000111 11101 11

Color Harmonies of #050906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050906

Black with #050906

Text Example


Text Example

White with #050906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050906; }

 p { color: rgb(5,9,6); }

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

background-color css

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

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

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

border-color css

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

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

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