#07120A

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

Shades of Black Bean #07120A

Tints of Black Bean #07120A

Color information

#07120A (or 0x07120A) is unknown color: approx Black Bean. HEX triplet: 07, 12 and 0A. RGB value is (7,18,10). Sum of RGB (Red+Green+Blue) = 7+18+10=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #07120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07120A is #F8EDF5. Grayscale: #0D0D0D. Windows color (decimal): -16313846 or 659975. OLE color: 659975.

HSL color Cylindrical-coordinate representation of color #07120A: hue angle of 136.36º 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 #07120A is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB71810-
CMYK0.6100.440.93
HSL136.36º44%4.9%-
HSV(B)136.36º61.11%7.06%-
XYZ0.360.50.36-
YUV13.8125.86123.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20%
GREEN value IS 18 (7.42% from 255) = 51.43%
BLUE value IS 10 (4.30% from 255) = 28.57%
R=20%
G=51.43%
B=28.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal718100.6100.440.93136.36444.9
Hex712A3D02C5D882c5
Octal7221275054135210545
Binary1111001010101111010101100101110110001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07120A; }

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

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

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

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

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

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

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

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