#071309

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

Shades of Black Bean #071309

Tints of Black Bean #071309

Color information

#071309 (or 0x071309) is unknown color: approx Black Bean. HEX triplet: 07, 13 and 09. RGB value is (7,19,9). Sum of RGB (Red+Green+Blue) = 7+19+9=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #071309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071309 is #F8ECF6. Grayscale: #0E0E0E. Windows color (decimal): -16313591 or 594695. OLE color: 594695.

HSL color Cylindrical-coordinate representation of color #071309: hue angle of 130º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #071309 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB7199-
CMYK0.6300.530.93
HSL130º46.15%5.1%-
HSV(B)130º63.16%7.45%-
XYZ0.370.530.34-
YUV14.27125.02122.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20%
GREEN value IS 19 (7.81% from 255) = 54.29%
BLUE value IS 9 (3.91% from 255) = 25.71%
R=20%
G=54.29%
B=25.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal71990.6300.530.9313046.155.1
Hex71393F0355D822e5
Octal7231177065135202565
Binary1111001110011111110110101101110110000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071309; }

 p { color: rgb(7,19,9); }

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

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

 a { background-color: rgb(7,19,9); }

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

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

 span { border-color: rgb(7,19,9); }

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