Html Css Color HEX #031506 Black Bean

📋 copy color: '#031506'

red 3 ◦ green 21 ◦ blue 6

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

Shades of Black Bean #031506

Tints of Black Bean #031506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 70%

 BLUE value IS 6 (2.73% from 255) = 20%

R = 10%
G = 70%
B = 20%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.92

RGB Variations

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

Color information

#031506 (or 0x031506) is known color: Black Bean. HEX triplet: 03, 15 and 06. RGB value is (3,21,6). Sum of RGB (Red+Green+Blue) = 3+21+6=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 21 (8.59% from 255 or 70% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 21 - color contains mainly: green. Hex color #031506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031506 is #FCEAF9. Grayscale: #0D0D0D. Windows color (decimal): -16575226 or 398595. OLE color: 398595.

HSL color Cylindrical-coordinate representation of color #031506: hue angle of 130º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031506 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 21 6 -
CMYK 0.86 0 0.71 0.92
HSL 130º 0.75% 0.05% -
HSV(B) 130º 0.86% 0.08% -
XYZ 0.34 0.57 0.26 -
YUV 13.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 3 21 6 0.86 0 0.71 0.92 130 0.75 0.05
Hex 3 15 6 56 0 47 5C 82 4B 5
Octal 3 25 6 126 0 107 134 202 113 5
Binary 11 10101 110 1010110 0 1000111 1011100 10000010 1001011 101

Color Harmonies of #031506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031506

Black with #031506

Text Example


Text Example

White with #031506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031506; }

 p { color: rgb(3,21,6); }

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

background-color css

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

 a { background-color: rgb(3,21,6); }

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

border-color css

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

 span { border-color: rgb(3,21,6); }

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