#07190C

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

Shades of Black Bean #07190C

Tints of Black Bean #07190C

Color information

#07190C (or 0x07190C) is unknown color: approx Black Bean. HEX triplet: 07, 19 and 0C. RGB value is (7,25,12). Sum of RGB (Red+Green+Blue) = 7+25+12=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 25 (10.16% from 255 or 56.82% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 25 - color contains mainly: green. Hex color #07190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07190C is #F8E6F3. Grayscale: #121212. Windows color (decimal): -16312052 or 792839. OLE color: 792839.

HSL color Cylindrical-coordinate representation of color #07190C: hue angle of 136.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #07190C is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.

Color convert

RGB72512-
CMYK0.7200.520.90
HSL136.67º56.25%6.27%-
HSV(B)136.67º72%9.8%-
XYZ0.50.770.47-
YUV18.14124.54120.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.91%
GREEN value IS 25 (10.16% from 255) = 56.82%
BLUE value IS 12 (5.08% from 255) = 27.27%
R=15.91%
G=56.82%
B=27.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal725120.7200.520.90136.6756.256.27
Hex719C480345A89386
Octal73114110064132211706
Binary11111001110010010000110100101101010001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07190C; }

 p { color: rgb(7,25,12); }

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

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

 a { background-color: rgb(7,25,12); }

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

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

 span { border-color: rgb(7,25,12); }

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