#070F08

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

Shades of Black Bean #070F08

Tints of Black Bean #070F08

Color information

#070F08 (or 0x070F08) is unknown color: approx Black Bean. HEX triplet: 07, 0F and 08. RGB value is (7,15,8). Sum of RGB (Red+Green+Blue) = 7+15+8=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 15 - color contains mainly: green. Hex color #070F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F08 is #F8F0F7. Grayscale: #0B0B0B. Windows color (decimal): -16314616 or 528135. OLE color: 528135.

HSL color Cylindrical-coordinate representation of color #070F08: hue angle of 127.5º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #070F08 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.94.

Color convert

RGB7158-
CMYK0.5300.470.94
HSL127.5º36.36%4.31%-
HSV(B)127.5º53.33%5.88%-
XYZ0.30.40.29-
YUV11.81125.85124.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 23.33%
GREEN value IS 15 (6.25% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 26.67%
R=23.33%
G=50%
B=26.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal71580.5300.470.94127.536.364.31
Hex7F83502F5E80244
Octal7171065057136200444
Binary111111110001101010101111101111010000000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070F08; }

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

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

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

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

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

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

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

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