Html Css Color HEX #031F08 Black Bean

📋 copy color: '#031F08'

red 3 ◦ green 31 ◦ blue 8

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

Shades of Black Bean #031F08

Tints of Black Bean #031F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 19.05%

R = 7.14%
G = 73.81%
B = 19.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.88

RGB Variations

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

Color information

#031F08 (or 0x031F08) is known color: Black Bean. HEX triplet: 03, 1F and 08. RGB value is (3,31,8). Sum of RGB (Red+Green+Blue) = 3+31+8=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 31 (12.5% from 255 or 73.81% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 31 - color contains mainly: green. Hex color #031F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F08 is #FCE0F7. Grayscale: #141414. Windows color (decimal): -16572664 or 532227. OLE color: 532227.

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

Color convert

RGB 3 31 8 -
CMYK 0.90 0 0.74 0.88
HSL 130.71º 0.82% 0.07% -
HSV(B) 130.71º 0.9% 0.12% -
XYZ 0.57 1.02 0.4 -
YUV 20.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 3 31 8 0.90 0 0.74 0.88 130.71 0.82 0.07
Hex 3 1F 8 5A 0 4A 58 83 52 7
Octal 3 37 10 132 0 112 130 203 122 7
Binary 11 11111 1000 1011010 0 1001010 1011000 10000011 1010010 111

Color Harmonies of #031F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F08

Black with #031F08

Text Example


Text Example

White with #031F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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