#031B07

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

Shades of Black Bean #031B07

Tints of Black Bean #031B07

Color information

#031B07 (or 0x031B07) is unknown color: approx Black Bean. HEX triplet: 03, 1B and 07. RGB value is (3,27,7). Sum of RGB (Red+Green+Blue) = 3+27+7=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 27 (10.94% from 255 or 72.97% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 27 - color contains mainly: green. Hex color #031B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B07 is #FCE4F8. Grayscale: #111111. Windows color (decimal): -16573689 or 465667. OLE color: 465667.

HSL color Cylindrical-coordinate representation of color #031B07: hue angle of 130º 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 #031B07 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.

Color convert

RGB3277-
CMYK0.8900.740.89
HSL130º80%5.88%-
HSV(B)130º88.89%10.59%-
XYZ0.470.820.33-
YUV17.54122.05117.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.11%
GREEN value IS 27 (10.94% from 255) = 72.97%
BLUE value IS 7 (3.12% from 255) = 18.92%
R=8.11%
G=72.97%
B=18.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal32770.8900.740.89130805.88
Hex31B75904A5982506
Octal333713101121312021206
Binary11110111111011001010010101011001100000101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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