#051004

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

Shades of Black Bean #051004

Tints of Black Bean #051004

Color information

#051004 (or 0x051004) is unknown color: approx Black Bean. HEX triplet: 05, 10 and 04. RGB value is (5,16,4). Sum of RGB (Red+Green+Blue) = 5+16+4=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 16 (6.64% from 255 or 64% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 16 - color contains mainly: green. Hex color #051004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051004 is #FAEFFB. Grayscale: #0B0B0B. Windows color (decimal): -16445436 or 266245. OLE color: 266245.

HSL color Cylindrical-coordinate representation of color #051004: hue angle of 115º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #051004 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.94.

Color convert

RGB5164-
CMYK0.6900.750.94
HSL115º60%3.92%-
HSV(B)115º75%6.27%-
XYZ0.270.410.18-
YUV11.34123.86123.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20%
GREEN value IS 16 (6.64% from 255) = 64%
BLUE value IS 4 (1.95% from 255) = 16%
R=20%
G=64%
B=16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal51640.6900.750.94115603.92
Hex51044504B5E733c4
Octal52041050113136163744
Binary1011000010010001010100101110111101110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051004; }

 p { color: rgb(5,16,4); }

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

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

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

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

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

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

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