#07140A

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

Shades of Black Bean #07140A

Tints of Black Bean #07140A

Color information

#07140A (or 0x07140A) is unknown color: approx Black Bean. HEX triplet: 07, 14 and 0A. RGB value is (7,20,10). Sum of RGB (Red+Green+Blue) = 7+20+10=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #07140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07140A is #F8EBF5. Grayscale: #0E0E0E. Windows color (decimal): -16313334 or 660487. OLE color: 660487.

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

Color convert

RGB72010-
CMYK0.6500.500.92
HSL133.85º48.15%5.29%-
HSV(B)133.85º65%7.84%-
XYZ0.390.570.38-
YUV14.97125.19122.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.92%
GREEN value IS 20 (8.20% from 255) = 54.05%
BLUE value IS 10 (4.30% from 255) = 27.03%
R=18.92%
G=54.05%
B=27.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal720100.6500.500.92133.8548.155.29
Hex714A410325C86305
Octal72412101062134206605
Binary11110100101010000010110010101110010000110110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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