#061B0A

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

Shades of Black Bean #061B0A

Tints of Black Bean #061B0A

Color information

#061B0A (or 0x061B0A) is unknown color: approx Black Bean. HEX triplet: 06, 1B and 0A. RGB value is (6,27,10). Sum of RGB (Red+Green+Blue) = 6+27+10=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 27 (10.94% from 255 or 62.79% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 27 - color contains mainly: green. Hex color #061B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061B0A is #F9E4F5. Grayscale: #121212. Windows color (decimal): -16377078 or 662278. OLE color: 662278.

HSL color Cylindrical-coordinate representation of color #061B0A: hue angle of 131.43º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #061B0A is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB62710-
CMYK0.7800.630.89
HSL131.43º63.64%6.47%-
HSV(B)131.43º77.78%10.59%-
XYZ0.520.840.42-
YUV18.78123.04118.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.95%
GREEN value IS 27 (10.94% from 255) = 62.79%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=13.95%
G=62.79%
B=23.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal627100.7800.630.89131.4363.646.47
Hex61BA4E03F5983406
Octal633121160771312031006
Binary110110111010100111001111111011001100000111000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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