Html Css Color HEX #031E06 Black Bean

📋 copy color: '#031E06'

red 3 ◦ green 30 ◦ blue 6

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

Shades of Black Bean #031E06

Tints of Black Bean #031E06

RGB

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

 GREEN value IS 30 (12.11% from 255) = 76.92%

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

R = 7.69%
G = 76.92%
B = 15.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.88

RGB Variations

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

Color information

#031E06 (or 0x031E06) is known color: Black Bean. HEX triplet: 03, 1E and 06. RGB value is (3,30,6). Sum of RGB (Red+Green+Blue) = 3+30+6=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 30 (12.11% from 255 or 76.92% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 30 - color contains mainly: green. Hex color #031E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E06 is #FCE1F9. Grayscale: #131313. Windows color (decimal): -16572922 or 400899. OLE color: 400899.

HSL color Cylindrical-coordinate representation of color #031E06: hue angle of 126.67º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031E06 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.88.

Color convert

RGB 3 30 6 -
CMYK 0.90 0 0.80 0.88
HSL 126.67º 0.82% 0.06% -
HSV(B) 126.67º 0.9% 0.12% -
XYZ 0.53 0.96 0.33 -
YUV 19.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 3 30 6 0.90 0 0.80 0.88 126.67 0.82 0.06
Hex 3 1E 6 5A 0 50 58 7F 52 6
Octal 3 36 6 132 0 120 130 177 122 6
Binary 11 11110 110 1011010 0 1010000 1011000 1111111 1010010 110

Color Harmonies of #031E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E06

Black with #031E06

Text Example


Text Example

White with #031E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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