#051205

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

Shades of Black Bean #051205

Tints of Black Bean #051205

Color information

#051205 (or 0x051205) is unknown color: approx Black Bean. HEX triplet: 05, 12 and 05. RGB value is (5,18,5). Sum of RGB (Red+Green+Blue) = 5+18+5=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 18 (7.42% from 255 or 64.29% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 18 - color contains mainly: green. Hex color #051205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051205 is #FAEDFA. Grayscale: #0C0C0C. Windows color (decimal): -16444923 or 332293. OLE color: 332293.

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

Color convert

RGB5185-
CMYK0.7200.720.93
HSL120º56.52%4.51%-
HSV(B)120º72.22%7.06%-
XYZ0.310.480.22-
YUV12.63123.69122.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.86%
GREEN value IS 18 (7.42% from 255) = 64.29%
BLUE value IS 5 (2.34% from 255) = 17.86%
R=17.86%
G=64.29%
B=17.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51850.7200.720.9312056.524.51
Hex5125480485D78395
Octal52251100110135170715
Binary1011001010110010000100100010111011111000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051205; }

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

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

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

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

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

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

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

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