#051204

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

Shades of Black Bean #051204

Tints of Black Bean #051204

Color information

#051204 (or 0x051204) is unknown color: approx Black Bean. HEX triplet: 05, 12 and 04. RGB value is (5,18,4). Sum of RGB (Red+Green+Blue) = 5+18+4=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 18 (7.42% from 255 or 66.67% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 18 - color contains mainly: green. Hex color #051204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051204 is #FAEDFB. Grayscale: #0C0C0C. Windows color (decimal): -16444924 or 266757. OLE color: 266757.

HSL color Cylindrical-coordinate representation of color #051204: hue angle of 115.71º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #051204 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB5184-
CMYK0.7200.780.93
HSL115.71º63.64%4.31%-
HSV(B)115.71º77.78%7.06%-
XYZ0.30.470.19-
YUV12.52123.19122.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 18.52%
GREEN value IS 18 (7.42% from 255) = 66.67%
BLUE value IS 4 (1.95% from 255) = 14.81%
R=18.52%
G=66.67%
B=14.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51840.7200.780.93115.7163.644.31
Hex51244804E5D74404
Octal522411001161351641004
Binary10110010100100100001001110101110111101001000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051204; }

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

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

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

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

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

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

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

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