#061A0B

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

Shades of Black Bean #061A0B

Tints of Black Bean #061A0B

Color information

#061A0B (or 0x061A0B) is unknown color: approx Black Bean. HEX triplet: 06, 1A and 0B. RGB value is (6,26,11). Sum of RGB (Red+Green+Blue) = 6+26+11=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 26 (10.55% from 255 or 60.47% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 26 - color contains mainly: green. Hex color #061A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A0B is #F9E5F4. Grayscale: #121212. Windows color (decimal): -16377333 or 727558. OLE color: 727558.

HSL color Cylindrical-coordinate representation of color #061A0B: hue angle of 135º 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 #061A0B is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.

Color convert

RGB62611-
CMYK0.7700.580.90
HSL135º62.5%6.27%-
HSV(B)135º76.92%10.2%-
XYZ0.50.80.44-
YUV18.31123.87119.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.95%
GREEN value IS 26 (10.55% from 255) = 60.47%
BLUE value IS 11 (4.69% from 255) = 25.58%
R=13.95%
G=60.47%
B=25.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal626110.7700.580.9013562.56.27
Hex61AB4D03A5A873e6
Octal63213115072132207766
Binary11011010101110011010111010101101010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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