#061005

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

Shades of Black Bean #061005

Tints of Black Bean #061005

Color information

#061005 (or 0x061005) is unknown color: approx Black Bean. HEX triplet: 06, 10 and 05. RGB value is (6,16,5). Sum of RGB (Red+Green+Blue) = 6+16+5=27 (3% of max value = 765). Red value is 6 (2.73% from 255 or 22.22% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #061005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061005 is #F9EFFA. Grayscale: #0B0B0B. Windows color (decimal): -16379899 or 331782. OLE color: 331782.

HSL color Cylindrical-coordinate representation of color #061005: hue angle of 114.55º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #061005 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.

Color convert

RGB6165-
CMYK0.6200.690.94
HSL114.55º52.38%4.12%-
HSV(B)114.55º68.75%6.27%-
XYZ0.290.420.21-
YUV11.76124.19123.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 22.22%
GREEN value IS 16 (6.64% from 255) = 59.26%
BLUE value IS 5 (2.34% from 255) = 18.52%
R=22.22%
G=59.26%
B=18.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal61650.6200.690.94114.5552.384.12
Hex61053E0455E73344
Octal6205760105136163644
Binary110100001011111100100010110111101110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061005; }

 p { color: rgb(6,16,5); }

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

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

 a { background-color: rgb(6,16,5); }

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

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

 span { border-color: rgb(6,16,5); }

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