#031D05

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

Shades of Black Bean #031D05

Tints of Black Bean #031D05

Color information

#031D05 (or 0x031D05) is unknown color: approx Black Bean. HEX triplet: 03, 1D and 05. RGB value is (3,29,5). Sum of RGB (Red+Green+Blue) = 3+29+5=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 29 (11.72% from 255 or 78.38% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 29 - color contains mainly: green. Hex color #031D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D05 is #FCE2FA. Grayscale: #121212. Windows color (decimal): -16573179 or 335107. OLE color: 335107.

HSL color Cylindrical-coordinate representation of color #031D05: hue angle of 124.62º 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 #031D05 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.89.

Color convert

RGB3295-
CMYK0.9000.830.89
HSL124.62º81.25%6.27%-
HSV(B)124.62º89.66%11.37%-
XYZ0.50.910.29-
YUV18.49120.39116.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.11%
GREEN value IS 29 (11.72% from 255) = 78.38%
BLUE value IS 5 (2.34% from 255) = 13.51%
R=8.11%
G=78.38%
B=13.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal32950.9000.830.89124.6281.256.27
Hex31D55A053597d516
Octal335513201231311751216
Binary1111101101101101001010011101100111111011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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