#031E08

Color #031E08 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #031E08

Tints of Black Bean #031E08

Color information

#031E08 (or 0x031E08) is unknown color: approx Black Bean. HEX triplet: 03, 1E and 08. RGB value is (3,30,8). Sum of RGB (Red+Green+Blue) = 3+30+8=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 30 (12.11% from 255 or 73.17% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 30 - color contains mainly: green. Hex color #031E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E08 is #FCE1F7. Grayscale: #131313. Windows color (decimal): -16572920 or 531971. OLE color: 531971.

HSL color Cylindrical-coordinate representation of color #031E08: hue angle of 131.11º 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 #031E08 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.

Color convert

RGB3308-
CMYK0.9000.730.88
HSL131.11º81.82%6.47%-
HSV(B)131.11º90%11.76%-
XYZ0.550.970.39-
YUV19.42121.55116.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 30 (12.11% from 255) = 73.17%
BLUE value IS 8 (3.52% from 255) = 19.51%
R=7.32%
G=73.17%
B=19.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal33080.9000.730.88131.1181.826.47
Hex31E85A0495883526
Octal3361013201111302031226
Binary111111010001011010010010011011000100000111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #031E08;
 }
 .AnyTagClassName
 {
   color: #031E08;
 }
</style>
background-color css

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

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

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

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

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

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