Html Css Color HEX #031204 Black Bean

📋 copy color: '#031204'

red 3 ◦ green 18 ◦ blue 4

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

Shades of Black Bean #031204

Tints of Black Bean #031204

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 value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#031204 (or 0x031204) is known color: 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

RGB 3 18 4 -
CMYK 0.83 0 0.78 0.93
HSL 124º 0.71% 0.04% -
HSV(B) 124º 0.83% 0.07% -
XYZ 0.28 0.46 0.19 -
YUV 11.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 3 18 4 0.83 0 0.78 0.93 124 0.71 0.04
Hex 3 12 4 53 0 4E 5D 7C 47 4
Octal 3 22 4 123 0 116 135 174 107 4
Binary 11 10010 100 1010011 0 1001110 1011101 1111100 1000111 100

Color Harmonies of #031204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031204

Black with #031204

Text Example


Text Example

White with #031204

Text Example


Text Example

HTML Codes & Css Web 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>