Html Css Color HEX #031F04 Black Bean

📋 copy color: '#031F04'

red 3 ◦ green 31 ◦ blue 4

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

Shades of Black Bean #031F04

Tints of Black Bean #031F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 81.58%

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

R = 7.89%
G = 81.58%
B = 10.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#031F04 (or 0x031F04) is known color: Black Bean. HEX triplet: 03, 1F and 04. RGB value is (3,31,4). Sum of RGB (Red+Green+Blue) = 3+31+4=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 31 (12.5% from 255 or 81.58% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 31 - color contains mainly: green. Hex color #031F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F04 is #FCE0FB. Grayscale: #131313. Windows color (decimal): -16572668 or 270083. OLE color: 270083.

HSL color Cylindrical-coordinate representation of color #031F04: hue angle of 122.14º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031F04 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.

Color convert

RGB 3 31 4 -
CMYK 0.90 0 0.87 0.88
HSL 122.14º 0.82% 0.07% -
HSV(B) 122.14º 0.9% 0.12% -
XYZ 0.55 1.01 0.28 -
YUV 19.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 3 31 4 0.90 0 0.87 0.88 122.14 0.82 0.07
Hex 3 1F 4 5A 0 57 58 7A 52 7
Octal 3 37 4 132 0 127 130 172 122 7
Binary 11 11111 100 1011010 0 1010111 1011000 1111010 1010010 111

Color Harmonies of #031F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F04

Black with #031F04

Text Example


Text Example

White with #031F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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