#031403

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

Shades of Black Bean #031403

Tints of Black Bean #031403

Color information

#031403 (or 0x031403) is unknown color: approx Black Bean. HEX triplet: 03, 14 and 03. RGB value is (3,20,3). Sum of RGB (Red+Green+Blue) = 3+20+3=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 20 (8.20% from 255 or 76.92% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 20 - color contains mainly: green. Hex color #031403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031403 is #FCEBFC. Grayscale: #0D0D0D. Windows color (decimal): -16575485 or 201731. OLE color: 201731.

HSL color Cylindrical-coordinate representation of color #031403: hue angle of 120º 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 #031403 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB3203-
CMYK0.8500.850.92
HSL120º73.91%4.51%-
HSV(B)120º85%7.84%-
XYZ0.30.530.17-
YUV12.98122.37120.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.54%
GREEN value IS 20 (8.20% from 255) = 76.92%
BLUE value IS 3 (1.56% from 255) = 11.54%
R=11.54%
G=76.92%
B=11.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal32030.8500.850.9212073.914.51
Hex3143550555C784a5
Octal324312501251341701125
Binary111010011101010101010101101110011110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031403; }

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

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

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

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

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

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

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

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