#061A0A

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

Shades of Black Bean #061A0A

Tints of Black Bean #061A0A

Color information

#061A0A (or 0x061A0A) is unknown color: approx Black Bean. HEX triplet: 06, 1A and 0A. RGB value is (6,26,10). Sum of RGB (Red+Green+Blue) = 6+26+10=42 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.29% from 42); Green value is 26 (10.55% from 255 or 61.90% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 26 - color contains mainly: green. Hex color #061A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A0A is #F9E5F5. Grayscale: #121212. Windows color (decimal): -16377334 or 662022. OLE color: 662022.

HSL color Cylindrical-coordinate representation of color #061A0A: hue angle of 132º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #061A0A is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.90.

Color convert

RGB62610-
CMYK0.7700.620.90
HSL132º62.5%6.27%-
HSV(B)132º76.92%10.2%-
XYZ0.50.80.42-
YUV18.2123.37119.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 14.29%
GREEN value IS 26 (10.55% from 255) = 61.90%
BLUE value IS 10 (4.30% from 255) = 23.81%
R=14.29%
G=61.90%
B=23.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal626100.7700.620.9013262.56.27
Hex61AA4D03E5A843e6
Octal63212115076132204766
Binary11011010101010011010111110101101010000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061A0A; }

 p { color: rgb(6,26,10); }

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

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

 a { background-color: rgb(6,26,10); }

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

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

 span { border-color: rgb(6,26,10); }

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