Html Css Color HEX #031B06 Black Bean

📋 copy color: '#031B06'

red 3 ◦ green 27 ◦ blue 6

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

Shades of Black Bean #031B06

Tints of Black Bean #031B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 75%

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

R = 8.33%
G = 75%
B = 16.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.89

RGB Variations

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

Color information

#031B06 (or 0x031B06) is known color: Black Bean. HEX triplet: 03, 1B and 06. RGB value is (3,27,6). Sum of RGB (Red+Green+Blue) = 3+27+6=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 27 (10.94% from 255 or 75% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 27 - color contains mainly: green. Hex color #031B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B06 is #FCE4F9. Grayscale: #111111. Windows color (decimal): -16573690 or 400131. OLE color: 400131.

HSL color Cylindrical-coordinate representation of color #031B06: hue angle of 127.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031B06 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 27 6 -
CMYK 0.89 0 0.78 0.89
HSL 127.5º 0.8% 0.06% -
HSV(B) 127.5º 0.89% 0.11% -
XYZ 0.46 0.82 0.31 -
YUV 17.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 3 27 6 0.89 0 0.78 0.89 127.5 0.8 0.06
Hex 3 1B 6 59 0 4E 59 80 50 6
Octal 3 33 6 131 0 116 131 200 120 6
Binary 11 11011 110 1011001 0 1001110 1011001 10000000 1010000 110

Color Harmonies of #031B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B06

Black with #031B06

Text Example


Text Example

White with #031B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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