#031D08

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

Shades of Black Bean #031D08

Tints of Black Bean #031D08

Color information

#031D08 (or 0x031D08) is unknown color: approx Black Bean. HEX triplet: 03, 1D and 08. RGB value is (3,29,8). Sum of RGB (Red+Green+Blue) = 3+29+8=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 29 (11.72% from 255 or 72.5% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 29 - color contains mainly: green. Hex color #031D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D08 is #FCE2F7. Grayscale: #121212. Windows color (decimal): -16573176 or 531715. OLE color: 531715.

HSL color Cylindrical-coordinate representation of color #031D08: hue angle of 131.54º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031D08 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.

Color convert

RGB3298-
CMYK0.9000.720.89
HSL131.54º81.25%6.27%-
HSV(B)131.54º89.66%11.37%-
XYZ0.520.920.38-
YUV18.83121.89116.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.5%
GREEN value IS 29 (11.72% from 255) = 72.5%
BLUE value IS 8 (3.52% from 255) = 20%
R=7.5%
G=72.5%
B=20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal32980.9000.720.89131.5481.256.27
Hex31D85A0485984516
Octal3351013201101312041216
Binary111110110001011010010010001011001100001001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,29,8); }

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

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

 a { background-color: rgb(3,29,8); }

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

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

 span { border-color: rgb(3,29,8); }

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