Html Css Color HEX #031F05 Black Bean

📋 copy color: '#031F05'

red 3 ◦ green 31 ◦ blue 5

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

Shades of Black Bean #031F05

Tints of Black Bean #031F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 12.82%

R = 7.69%
G = 79.49%
B = 12.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.88

RGB Variations

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

Color information

#031F05 (or 0x031F05) is known color: Black Bean. HEX triplet: 03, 1F and 05. RGB value is (3,31,5). Sum of RGB (Red+Green+Blue) = 3+31+5=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 31 (12.5% from 255 or 79.49% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 31 - color contains mainly: green. Hex color #031F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F05 is #FCE0FA. Grayscale: #131313. Windows color (decimal): -16572667 or 335619. OLE color: 335619.

HSL color Cylindrical-coordinate representation of color #031F05: hue angle of 124.29º 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 #031F05 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.

Color convert

RGB 3 31 5 -
CMYK 0.90 0 0.84 0.88
HSL 124.29º 0.82% 0.07% -
HSV(B) 124.29º 0.9% 0.12% -
XYZ 0.55 1.01 0.31 -
YUV 19.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 3 31 5 0.90 0 0.84 0.88 124.29 0.82 0.07
Hex 3 1F 5 5A 0 54 58 7C 52 7
Octal 3 37 5 132 0 124 130 174 122 7
Binary 11 11111 101 1011010 0 1010100 1011000 1111100 1010010 111

Color Harmonies of #031F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F05

Black with #031F05

Text Example


Text Example

White with #031F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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