#061B0B

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

Shades of Black Bean #061B0B

Tints of Black Bean #061B0B

Color information

#061B0B (or 0x061B0B) is unknown color: approx Black Bean. HEX triplet: 06, 1B and 0B. RGB value is (6,27,11). Sum of RGB (Red+Green+Blue) = 6+27+11=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 27 (10.94% from 255 or 61.36% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 27 - color contains mainly: green. Hex color #061B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061B0B is #F9E4F4. Grayscale: #121212. Windows color (decimal): -16377077 or 727814. OLE color: 727814.

HSL color Cylindrical-coordinate representation of color #061B0B: hue angle of 134.29º 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 #061B0B is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.

Color convert

RGB62711-
CMYK0.7800.590.89
HSL134.29º63.64%6.47%-
HSV(B)134.29º77.78%10.59%-
XYZ0.530.850.45-
YUV18.9123.54118.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.64%
GREEN value IS 27 (10.94% from 255) = 61.36%
BLUE value IS 11 (4.69% from 255) = 25%
R=13.64%
G=61.36%
B=25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal627110.7800.590.89134.2963.646.47
Hex61BB4E03B5986406
Octal633131160731312061006
Binary110110111011100111001110111011001100001101000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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