#061F0A

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

Shades of Black Bean #061F0A

Tints of Black Bean #061F0A

Color information

#061F0A (or 0x061F0A) is unknown color: approx Black Bean. HEX triplet: 06, 1F and 0A. RGB value is (6,31,10). Sum of RGB (Red+Green+Blue) = 6+31+10=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 31 (12.5% from 255 or 65.96% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 31 - color contains mainly: green. Hex color #061F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F0A is #F9E0F5. Grayscale: #151515. Windows color (decimal): -16376054 or 663302. OLE color: 663302.

HSL color Cylindrical-coordinate representation of color #061F0A: hue angle of 129.6º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061F0A is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.88.

Color convert

RGB63110-
CMYK0.8100.680.88
HSL129.6º67.57%7.25%-
HSV(B)129.6º80.65%12.16%-
XYZ0.621.040.46-
YUV21.13121.72117.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.77%
GREEN value IS 31 (12.5% from 255) = 65.96%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=12.77%
G=65.96%
B=21.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal631100.8100.680.88129.667.577.25
Hex61FA510445882447
Octal6371212101041302021047
Binary1101111110101010001010001001011000100000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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