Html Css Color HEX #031106 Black Bean

📋 copy color: '#031106'

red 3 ◦ green 17 ◦ blue 6

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

Shades of Black Bean #031106

Tints of Black Bean #031106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 65.38%

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

R = 11.54%
G = 65.38%
B = 23.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.93

RGB Variations

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

Color information

#031106 (or 0x031106) is known color: Black Bean. HEX triplet: 03, 11 and 06. RGB value is (3,17,6). Sum of RGB (Red+Green+Blue) = 3+17+6=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 17 (7.03% from 255 or 65.38% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 17 - color contains mainly: green. Hex color #031106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031106 is #FCEEF9. Grayscale: #0B0B0B. Windows color (decimal): -16576250 or 397571. OLE color: 397571.

HSL color Cylindrical-coordinate representation of color #031106: hue angle of 132.86º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #031106 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 17 6 -
CMYK 0.82 0 0.65 0.93
HSL 132.86º 0.7% 0.04% -
HSV(B) 132.86º 0.82% 0.07% -
XYZ 0.27 0.43 0.24 -
YUV 11.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 3 17 6 0.82 0 0.65 0.93 132.86 0.7 0.04
Hex 3 11 6 52 0 41 5D 85 46 4
Octal 3 21 6 122 0 101 135 205 106 4
Binary 11 10001 110 1010010 0 1000001 1011101 10000101 1000110 100

Color Harmonies of #031106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031106

Black with #031106

Text Example


Text Example

White with #031106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031106; }

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

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

background-color css

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

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

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

border-color css

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

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

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