#061205

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

Shades of Black Bean #061205

Tints of Black Bean #061205

Color information

#061205 (or 0x061205) is unknown color: approx Black Bean. HEX triplet: 06, 12 and 05. RGB value is (6,18,5). Sum of RGB (Red+Green+Blue) = 6+18+5=29 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20.69% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #061205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061205 is #F9EDFA. Grayscale: #0C0C0C. Windows color (decimal): -16379387 or 332294. OLE color: 332294.

HSL color Cylindrical-coordinate representation of color #061205: hue angle of 115.38º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #061205 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.93.

Color convert

RGB6185-
CMYK0.6700.720.93
HSL115.38º56.52%4.51%-
HSV(B)115.38º72.22%7.06%-
XYZ0.320.480.22-
YUV12.93123.52123.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 20.69%
GREEN value IS 18 (7.42% from 255) = 62.07%
BLUE value IS 5 (2.34% from 255) = 17.24%
R=20.69%
G=62.07%
B=17.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal61850.6700.720.93115.3856.524.51
Hex6125430485D73395
Octal62251030110135163715
Binary1101001010110000110100100010111011110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061205; }

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

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

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

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

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

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

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

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