#060E05

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

Shades of Black Bean #060E05

Tints of Black Bean #060E05

Color information

#060E05 (or 0x060E05) is unknown color: approx Black Bean. HEX triplet: 06, 0E and 05. RGB value is (6,14,5). Sum of RGB (Red+Green+Blue) = 6+14+5=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 14 (5.86% from 255 or 56% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 14 - color contains mainly: green. Hex color #060E05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E05 is #F9F1FA. Grayscale: #0A0A0A. Windows color (decimal): -16380411 or 331270. OLE color: 331270.

HSL color Cylindrical-coordinate representation of color #060E05: hue angle of 113.33º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #060E05 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.95.

Color convert

RGB6145-
CMYK0.5700.640.95
HSL113.33º47.37%3.73%-
HSV(B)113.33º64.29%5.49%-
XYZ0.260.360.2-
YUV10.58124.85124.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 24%
GREEN value IS 14 (5.86% from 255) = 56%
BLUE value IS 5 (2.34% from 255) = 20%
R=24%
G=56%
B=20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal61450.5700.640.95113.3347.373.73
Hex6E5390405F712f4
Octal6165710100137161574
Binary11011101011110010100000010111111110001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060E05; }

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

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

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

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

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

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

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

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