Html Css Color HEX #031104 Black Bean

📋 copy color: '#031104'

red 3 ◦ green 17 ◦ blue 4

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

Shades of Black Bean #031104

Tints of Black Bean #031104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 70.83%

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

R = 12.5%
G = 70.83%
B = 16.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.93

RGB Variations

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

Color information

#031104 (or 0x031104) is known color: Black Bean. HEX triplet: 03, 11 and 04. RGB value is (3,17,4). Sum of RGB (Red+Green+Blue) = 3+17+4=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 17 (7.03% from 255 or 70.83% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 17 - color contains mainly: green. Hex color #031104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031104 is #FCEEFB. Grayscale: #0B0B0B. Windows color (decimal): -16576252 or 266499. OLE color: 266499.

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

Color convert

RGB 3 17 4 -
CMYK 0.82 0 0.76 0.93
HSL 124.29º 0.7% 0.04% -
HSV(B) 124.29º 0.82% 0.07% -
XYZ 0.26 0.43 0.18 -
YUV 11.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 3 17 4 0.82 0 0.76 0.93 124.29 0.7 0.04
Hex 3 11 4 52 0 4C 5D 7C 46 4
Octal 3 21 4 122 0 114 135 174 106 4
Binary 11 10001 100 1010010 0 1001100 1011101 1111100 1000110 100

Color Harmonies of #031104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031104

Black with #031104

Text Example


Text Example

White with #031104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031104; }

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

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

background-color css

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

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

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

border-color css

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

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

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