#031405

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

Shades of Black Bean #031405

Tints of Black Bean #031405

Color information

#031405 (or 0x031405) is unknown color: approx Black Bean. HEX triplet: 03, 14 and 05. RGB value is (3,20,5). Sum of RGB (Red+Green+Blue) = 3+20+5=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 20 (8.20% from 255 or 71.43% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 20 - color contains mainly: green. Hex color #031405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031405 is #FCEBFA. Grayscale: #0D0D0D. Windows color (decimal): -16575483 or 332803. OLE color: 332803.

HSL color Cylindrical-coordinate representation of color #031405: hue angle of 127.06º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031405 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB3205-
CMYK0.8500.750.92
HSL127.06º73.91%4.51%-
HSV(B)127.06º85%7.84%-
XYZ0.320.530.23-
YUV13.21123.37120.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.71%
GREEN value IS 20 (8.20% from 255) = 71.43%
BLUE value IS 5 (2.34% from 255) = 17.86%
R=10.71%
G=71.43%
B=17.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal32050.8500.750.92127.0673.914.51
Hex31455504B5C7f4a5
Octal324512501131341771125
Binary1110100101101010101001011101110011111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031405; }

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

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

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

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

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

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

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

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