#050D05

Color #050D05 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #050D05

Tints of Black Bean #050D05

Color information

#050D05 (or 0x050D05) is unknown color: approx Black Bean. HEX triplet: 05, 0D and 05. RGB value is (5,13,5). Sum of RGB (Red+Green+Blue) = 5+13+5=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 13 (5.47% from 255 or 56.52% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 13 - color contains mainly: green. Hex color #050D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050D05 is #FAF2FA. Grayscale: #090909. Windows color (decimal): -16446203 or 331013. OLE color: 331013.

HSL color Cylindrical-coordinate representation of color #050D05: hue angle of 120º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #050D05 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.95.

Color convert

RGB5135-
CMYK0.6200.620.95
HSL120º44.44%3.53%-
HSV(B)120º61.54%5.1%-
XYZ0.230.330.2-
YUV9.7125.35124.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 21.74%
GREEN value IS 13 (5.47% from 255) = 56.52%
BLUE value IS 5 (2.34% from 255) = 21.74%
R=21.74%
G=56.52%
B=21.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal51350.6200.620.9512044.443.53
Hex5D53E03E5F782c4
Octal515576076137170544
Binary1011101101111110011111010111111111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #050D05;
 }
 .AnyTagClassName
 {
   color: #050D05;
 }
</style>
background-color css

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

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

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

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

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

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