#031204

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

Shades of Black Bean #031204

Tints of Black Bean #031204

Color information

#031204 (or 0x031204) is unknown color: approx Black Bean. HEX triplet: 03, 12 and 04. RGB value is (3,18,4). Sum of RGB (Red+Green+Blue) = 3+18+4=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 18 (7.42% from 255 or 72% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 18 - color contains mainly: green. Hex color #031204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031204 is #FCEDFB. Grayscale: #0B0B0B. Windows color (decimal): -16575996 or 266755. OLE color: 266755.

HSL color Cylindrical-coordinate representation of color #031204: hue angle of 124º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #031204 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB3184-
CMYK0.8300.780.93
HSL124º71.43%4.12%-
HSV(B)124º83.33%7.06%-
XYZ0.280.460.19-
YUV11.92123.53121.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12%
GREEN value IS 18 (7.42% from 255) = 72%
BLUE value IS 4 (1.95% from 255) = 16%
R=12%
G=72%
B=16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31840.8300.780.9312471.434.12
Hex31245304E5D7c474
Octal322412301161351741074
Binary1110010100101001101001110101110111111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031204; }

 p { color: rgb(3,18,4); }

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

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

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

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

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

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

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