Html Css Color HEX #031004 Black Bean

📋 copy color: '#031004'

red 3 ◦ green 16 ◦ blue 4

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

Shades of Black Bean #031004

Tints of Black Bean #031004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 69.57%

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

R = 13.04%
G = 69.57%
B = 17.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.94

RGB Variations

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

Color information

#031004 (or 0x031004) is known color: Black Bean. HEX triplet: 03, 10 and 04. RGB value is (3,16,4). Sum of RGB (Red+Green+Blue) = 3+16+4=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 16 (6.64% from 255 or 69.57% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 16 - color contains mainly: green. Hex color #031004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031004 is #FCEFFB. Grayscale: #0A0A0A. Windows color (decimal): -16576508 or 266243. OLE color: 266243.

HSL color Cylindrical-coordinate representation of color #031004: hue angle of 124.62º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #031004 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.94.

Color convert

RGB 3 16 4 -
CMYK 0.81 0 0.75 0.94
HSL 124.62º 0.68% 0.04% -
HSV(B) 124.62º 0.81% 0.06% -
XYZ 0.24 0.4 0.18 -
YUV 10.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 3 16 4 0.81 0 0.75 0.94 124.62 0.68 0.04
Hex 3 10 4 51 0 4B 5E 7D 44 4
Octal 3 20 4 121 0 113 136 175 104 4
Binary 11 10000 100 1010001 0 1001011 1011110 1111101 1000100 100

Color Harmonies of #031004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031004

Black with #031004

Text Example


Text Example

White with #031004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031004; }

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

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

background-color css

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

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

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

border-color css

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

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

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