#071808

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

Shades of Black Bean #071808

Tints of Black Bean #071808

Color information

#071808 (or 0x071808) is unknown color: approx Black Bean. HEX triplet: 07, 18 and 08. RGB value is (7,24,8). Sum of RGB (Red+Green+Blue) = 7+24+8=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 24 (9.77% from 255 or 61.54% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 24 - color contains mainly: green. Hex color #071808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071808 is #F8E7F7. Grayscale: #111111. Windows color (decimal): -16312312 or 530439. OLE color: 530439.

HSL color Cylindrical-coordinate representation of color #071808: hue angle of 123.53º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #071808 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.91.

Color convert

RGB7248-
CMYK0.7100.670.91
HSL123.53º54.84%6.08%-
HSV(B)123.53º70.83%9.41%-
XYZ0.460.720.34-
YUV17.09122.87120.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 24 (9.77% from 255) = 61.54%
BLUE value IS 8 (3.52% from 255) = 20.51%
R=17.95%
G=61.54%
B=20.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal72480.7100.670.91123.5354.846.08
Hex7188470435B7c376
Octal730101070103133174676
Binary11111000100010001110100001110110111111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071808; }

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

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

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

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

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

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

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

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