#012006

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

Shades of Black Bean #012006

Tints of Black Bean #012006

Color information

#012006 (or 0x012006) is unknown color: approx Black Bean. HEX triplet: 01, 20 and 06. RGB value is (1,32,6). Sum of RGB (Red+Green+Blue) = 1+32+6=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 32 (12.89% from 255 or 82.05% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 32 - color contains mainly: green. Hex color #012006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012006 is #FEDFF9. Grayscale: #131313. Windows color (decimal): -16703482 or 401409. OLE color: 401409.

HSL color Cylindrical-coordinate representation of color #012006: hue angle of 129.68º 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 #012006 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB1326-
CMYK0.9700.810.87
HSL129.68º93.94%6.47%-
HSV(B)129.68º96.88%12.55%-
XYZ0.561.050.35-
YUV19.77120.23114.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 32 (12.89% from 255) = 82.05%
BLUE value IS 6 (2.73% from 255) = 15.38%
R=2.56%
G=82.05%
B=15.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13260.9700.810.87129.6893.946.47
Hex12066105157825e6
Octal140614101211272021366
Binary11000001101100001010100011010111100000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012006; }

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

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

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

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

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

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

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

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