Html Css Color HEX #031406 Black Bean

📋 copy color: '#031406'

red 3 ◦ green 20 ◦ blue 6

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

Shades of Black Bean #031406

Tints of Black Bean #031406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 68.97%

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

R = 10.34%
G = 68.97%
B = 20.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#031406 (or 0x031406) is known color: Black Bean. HEX triplet: 03, 14 and 06. RGB value is (3,20,6). Sum of RGB (Red+Green+Blue) = 3+20+6=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 20 (8.20% from 255 or 68.97% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 20 - color contains mainly: green. Hex color #031406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031406 is #FCEBF9. Grayscale: #0D0D0D. Windows color (decimal): -16575482 or 398339. OLE color: 398339.

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

Color convert

RGB 3 20 6 -
CMYK 0.85 0 0.70 0.92
HSL 130.59º 0.74% 0.05% -
HSV(B) 130.59º 0.85% 0.08% -
XYZ 0.32 0.53 0.26 -
YUV 13.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 3 20 6 0.85 0 0.70 0.92 130.59 0.74 0.05
Hex 3 14 6 55 0 46 5C 83 4A 5
Octal 3 24 6 125 0 106 134 203 112 5
Binary 11 10100 110 1010101 0 1000110 1011100 10000011 1001010 101

Color Harmonies of #031406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031406

Black with #031406

Text Example


Text Example

White with #031406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031406; }

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

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

background-color css

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

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

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

border-color css

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

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

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