#051504

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

Shades of Black Bean #051504

Tints of Black Bean #051504

Color information

#051504 (or 0x051504) is unknown color: approx Black Bean. HEX triplet: 05, 15 and 04. RGB value is (5,21,4). Sum of RGB (Red+Green+Blue) = 5+21+4=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 21 (8.59% from 255 or 70% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 21 - color contains mainly: green. Hex color #051504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051504 is #FAEAFB. Grayscale: #0E0E0E. Windows color (decimal): -16444156 or 267525. OLE color: 267525.

HSL color Cylindrical-coordinate representation of color #051504: hue angle of 116.47º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051504 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB5214-
CMYK0.7600.810.92
HSL116.47º68%4.9%-
HSV(B)116.47º80.95%8.24%-
XYZ0.350.580.21-
YUV14.28122.2121.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.67%
GREEN value IS 21 (8.59% from 255) = 70%
BLUE value IS 4 (1.95% from 255) = 13.33%
R=16.67%
G=70%
B=13.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal52140.7600.810.92116.47684.9
Hex51544C0515C74445
Octal525411401211341641045
Binary10110101100100110001010001101110011101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051504; }

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

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

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

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

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

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

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

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