#071208

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

Shades of Black Bean #071208

Tints of Black Bean #071208

Color information

#071208 (or 0x071208) is unknown color: approx Black Bean. HEX triplet: 07, 12 and 08. RGB value is (7,18,8). Sum of RGB (Red+Green+Blue) = 7+18+8=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 18 (7.42% from 255 or 54.55% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 18 - color contains mainly: green. Hex color #071208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071208 is #F8EDF7. Grayscale: #0D0D0D. Windows color (decimal): -16313848 or 528903. OLE color: 528903.

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

Color convert

RGB7188-
CMYK0.6100.560.93
HSL125.45º44%4.9%-
HSV(B)125.45º61.11%7.06%-
XYZ0.350.50.31-
YUV13.57124.86123.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.21%
GREEN value IS 18 (7.42% from 255) = 54.55%
BLUE value IS 8 (3.52% from 255) = 24.24%
R=21.21%
G=54.55%
B=24.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal71880.6100.560.93125.45444.9
Hex71283D0385D7d2c5
Octal7221075070135175545
Binary111100101000111101011100010111011111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071208; }

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

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

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

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

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

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

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

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