#012005

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

Shades of Black Bean #012005

Tints of Black Bean #012005

Color information

#012005 (or 0x012005) is unknown color: approx Black Bean. HEX triplet: 01, 20 and 05. RGB value is (1,32,5). Sum of RGB (Red+Green+Blue) = 1+32+5=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 32 (12.89% from 255 or 84.21% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 32 - color contains mainly: green. Hex color #012005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012005 is #FEDFFA. Grayscale: #131313. Windows color (decimal): -16703483 or 335873. OLE color: 335873.

HSL color Cylindrical-coordinate representation of color #012005: hue angle of 127.74º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012005 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB1325-
CMYK0.9700.840.87
HSL127.74º93.94%6.47%-
HSV(B)127.74º96.88%12.55%-
XYZ0.561.050.32-
YUV19.65119.73114.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 32 (12.89% from 255) = 84.21%
BLUE value IS 5 (2.34% from 255) = 13.16%
R=2.63%
G=84.21%
B=13.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13250.9700.840.87127.7493.946.47
Hex12056105457805e6
Octal140514101241272001366
Binary11000001011100001010101001010111100000001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012005; }

 p { color: rgb(1,32,5); }

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

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

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

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

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

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

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