#071308

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

Shades of Black Bean #071308

Tints of Black Bean #071308

Color information

#071308 (or 0x071308) is unknown color: approx Black Bean. HEX triplet: 07, 13 and 08. RGB value is (7,19,8). Sum of RGB (Red+Green+Blue) = 7+19+8=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 19 (7.81% from 255 or 55.88% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 19 - color contains mainly: green. Hex color #071308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071308 is #F8ECF7. Grayscale: #0E0E0E. Windows color (decimal): -16313592 or 529159. OLE color: 529159.

HSL color Cylindrical-coordinate representation of color #071308: hue angle of 125º 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 #071308 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.

Color convert

RGB7198-
CMYK0.6300.580.93
HSL125º46.15%5.1%-
HSV(B)125º63.16%7.45%-
XYZ0.360.530.31-
YUV14.16124.52122.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20.59%
GREEN value IS 19 (7.81% from 255) = 55.88%
BLUE value IS 8 (3.52% from 255) = 23.53%
R=20.59%
G=55.88%
B=23.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal71980.6300.580.9312546.155.1
Hex71383F03A5D7d2e5
Octal7231077072135175565
Binary111100111000111111011101010111011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071308; }

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

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

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

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

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

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

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

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