Html Css Color HEX #031404 Black Bean

📋 copy color: '#031404'

red 3 ◦ green 20 ◦ blue 4

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

Shades of Black Bean #031404

Tints of Black Bean #031404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 74.07%

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

R = 11.11%
G = 74.07%
B = 14.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.92

RGB Variations

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

Color information

#031404 (or 0x031404) is known color: Black Bean. HEX triplet: 03, 14 and 04. RGB value is (3,20,4). Sum of RGB (Red+Green+Blue) = 3+20+4=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 20 (8.20% from 255 or 74.07% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 20 - color contains mainly: green. Hex color #031404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031404 is #FCEBFB. Grayscale: #0D0D0D. Windows color (decimal): -16575484 or 267267. OLE color: 267267.

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

Color convert

RGB 3 20 4 -
CMYK 0.85 0 0.80 0.92
HSL 123.53º 0.74% 0.05% -
HSV(B) 123.53º 0.85% 0.08% -
XYZ 0.31 0.53 0.2 -
YUV 13.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 3 20 4 0.85 0 0.80 0.92 123.53 0.74 0.05
Hex 3 14 4 55 0 50 5C 7C 4A 5
Octal 3 24 4 125 0 120 134 174 112 5
Binary 11 10100 100 1010101 0 1010000 1011100 1111100 1001010 101

Color Harmonies of #031404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031404

Black with #031404

Text Example


Text Example

White with #031404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031404; }

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

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

background-color css

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

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

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

border-color css

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

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

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