#07130A

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

Shades of Black Bean #07130A

Tints of Black Bean #07130A

Color information

#07130A (or 0x07130A) is unknown color: approx Black Bean. HEX triplet: 07, 13 and 0A. RGB value is (7,19,10). Sum of RGB (Red+Green+Blue) = 7+19+10=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #07130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07130A is #F8ECF5. Grayscale: #0E0E0E. Windows color (decimal): -16313590 or 660231. OLE color: 660231.

HSL color Cylindrical-coordinate representation of color #07130A: hue angle of 135º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #07130A is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB71910-
CMYK0.6300.470.93
HSL135º46.15%5.1%-
HSV(B)135º63.16%7.45%-
XYZ0.380.530.37-
YUV14.39125.52122.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 19.44%
GREEN value IS 19 (7.81% from 255) = 52.78%
BLUE value IS 10 (4.30% from 255) = 27.78%
R=19.44%
G=52.78%
B=27.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal719100.6300.470.9313546.155.1
Hex713A3F02F5D872e5
Octal7231277057135207565
Binary1111001110101111110101111101110110000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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