#051404

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

Shades of Black Bean #051404

Tints of Black Bean #051404

Color information

#051404 (or 0x051404) is unknown color: approx Black Bean. HEX triplet: 05, 14 and 04. RGB value is (5,20,4). Sum of RGB (Red+Green+Blue) = 5+20+4=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 20 (8.20% from 255 or 68.97% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 20 - color contains mainly: green. Hex color #051404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051404 is #FAEBFB. Grayscale: #0D0D0D. Windows color (decimal): -16444412 or 267269. OLE color: 267269.

HSL color Cylindrical-coordinate representation of color #051404: hue angle of 116.25º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051404 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.92.

Color convert

RGB5204-
CMYK0.7500.800.92
HSL116.25º66.67%4.71%-
HSV(B)116.25º80%7.84%-
XYZ0.330.540.2-
YUV13.69122.53121.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.24%
GREEN value IS 20 (8.20% from 255) = 68.97%
BLUE value IS 4 (1.95% from 255) = 13.79%
R=17.24%
G=68.97%
B=13.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal52040.7500.800.92116.2566.674.71
Hex51444B0505C74435
Octal524411301201341641035
Binary10110100100100101101010000101110011101001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051404; }

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

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

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

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

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

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

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

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