Html Css Color HEX #031304 Black Bean

📋 copy color: '#031304'

red 3 ◦ green 19 ◦ blue 4

#031304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #031304

Tints of Black Bean #031304

RGB

 RED value IS 3 (1.56% from 255) = 11.54%

 GREEN value IS 19 (7.81% from 255) = 73.08%

 BLUE value IS 4 (1.95% from 255) = 15.38%

R = 11.54%
G = 73.08%
B = 15.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#031304 (or 0x031304) is known color: Black Bean. HEX triplet: 03, 13 and 04. RGB value is (3,19,4). Sum of RGB (Red+Green+Blue) = 3+19+4=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 19 (7.81% from 255 or 73.08% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 19 - color contains mainly: green. Hex color #031304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031304 is #FCECFB. Grayscale: #0C0C0C. Windows color (decimal): -16575740 or 267011. OLE color: 267011.

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

Color convert

RGB 3 19 4 -
CMYK 0.84 0 0.79 0.93
HSL 123.75º 0.73% 0.04% -
HSV(B) 123.75º 0.84% 0.07% -
XYZ 0.29 0.49 0.19 -
YUV 12.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 3 19 4 0.84 0 0.79 0.93 123.75 0.73 0.04
Hex 3 13 4 54 0 4F 5D 7C 49 4
Octal 3 23 4 124 0 117 135 174 111 4
Binary 11 10011 100 1010100 0 1001111 1011101 1111100 1001001 100

Color Harmonies of #031304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031304

Black with #031304

Text Example


Text Example

White with #031304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031304; }

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

 H1.HeaderClassName
 {
   color: #031304;
 }
 .AnyTagClassName
 {
   color: #031304;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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