#07150B

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

Shades of Black Bean #07150B

Tints of Black Bean #07150B

Color information

#07150B (or 0x07150B) is unknown color: approx Black Bean. HEX triplet: 07, 15 and 0B. RGB value is (7,21,11). Sum of RGB (Red+Green+Blue) = 7+21+11=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #07150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07150B is #F8EAF4. Grayscale: #0F0F0F. Windows color (decimal): -16313077 or 726279. OLE color: 726279.

HSL color Cylindrical-coordinate representation of color #07150B: hue angle of 137.14º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #07150B is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB72111-
CMYK0.6700.480.92
HSL137.14º50%5.49%-
HSV(B)137.14º66.67%8.24%-
XYZ0.420.610.41-
YUV15.67125.36121.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 21 (8.59% from 255) = 53.85%
BLUE value IS 11 (4.69% from 255) = 28.21%
R=17.95%
G=53.85%
B=28.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal721110.6700.480.92137.14505.49
Hex715B430305C89325
Octal72513103060134211625
Binary11110101101110000110110000101110010001001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07150B; }

 p { color: rgb(7,21,11); }

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

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

 a { background-color: rgb(7,21,11); }

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

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

 span { border-color: rgb(7,21,11); }

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