Html Css Color HEX #031206 Black Bean

📋 copy color: '#031206'

red 3 ◦ green 18 ◦ blue 6

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

Shades of Black Bean #031206

Tints of Black Bean #031206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 66.67%

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

R = 11.11%
G = 66.67%
B = 22.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.67

 K value IS 0.93

RGB Variations

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

Color information

#031206 (or 0x031206) is known color: Black Bean. HEX triplet: 03, 12 and 06. RGB value is (3,18,6). Sum of RGB (Red+Green+Blue) = 3+18+6=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 18 (7.42% from 255 or 66.67% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 18 - color contains mainly: green. Hex color #031206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031206 is #FCEDF9. Grayscale: #0C0C0C. Windows color (decimal): -16575994 or 397827. OLE color: 397827.

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

Color convert

RGB 3 18 6 -
CMYK 0.83 0 0.67 0.93
HSL 132º 0.71% 0.04% -
HSV(B) 132º 0.83% 0.07% -
XYZ 0.29 0.47 0.25 -
YUV 12.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 3 18 6 0.83 0 0.67 0.93 132 0.71 0.04
Hex 3 12 6 53 0 43 5D 84 47 4
Octal 3 22 6 123 0 103 135 204 107 4
Binary 11 10010 110 1010011 0 1000011 1011101 10000100 1000111 100

Color Harmonies of #031206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031206

Black with #031206

Text Example


Text Example

White with #031206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031206; }

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

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

background-color css

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

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

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

border-color css

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

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

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