#031A06

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

Shades of Black Bean #031A06

Tints of Black Bean #031A06

Color information

#031A06 (or 0x031A06) is unknown color: approx Black Bean. HEX triplet: 03, 1A and 06. RGB value is (3,26,6). Sum of RGB (Red+Green+Blue) = 3+26+6=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 26 (10.55% from 255 or 74.29% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 26 - color contains mainly: green. Hex color #031A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031A06 is #FCE5F9. Grayscale: #101010. Windows color (decimal): -16573946 or 399875. OLE color: 399875.

HSL color Cylindrical-coordinate representation of color #031A06: hue angle of 127.83º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031A06 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.90.

Color convert

RGB3266-
CMYK0.8800.770.90
HSL127.83º79.31%5.69%-
HSV(B)127.83º88.46%10.2%-
XYZ0.440.770.3-
YUV16.84121.88118.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.57%
GREEN value IS 26 (10.55% from 255) = 74.29%
BLUE value IS 6 (2.73% from 255) = 17.14%
R=8.57%
G=74.29%
B=17.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal32660.8800.770.90127.8379.315.69
Hex31A65804D5A804f6
Octal332613001151322001176
Binary11110101101011000010011011011010100000001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031A06; }

 p { color: rgb(3,26,6); }

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

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

 a { background-color: rgb(3,26,6); }

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

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

 span { border-color: rgb(3,26,6); }

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