#07250A

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

Shades of Black Bean #07250A

Tints of Black Bean #07250A

Color information

#07250A (or 0x07250A) is unknown color: approx Black Bean. HEX triplet: 07, 25 and 0A. RGB value is (7,37,10). Sum of RGB (Red+Green+Blue) = 7+37+10=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #07250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07250A is #F8DAF5. Grayscale: #191919. Windows color (decimal): -16308982 or 664839. OLE color: 664839.

HSL color Cylindrical-coordinate representation of color #07250A: hue angle of 126º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #07250A is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB73710-
CMYK0.8100.730.85
HSL126º68.18%8.63%-
HSV(B)126º81.08%14.51%-
XYZ0.81.390.51-
YUV24.95119.56115.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.96%
GREEN value IS 37 (14.84% from 255) = 68.52%
BLUE value IS 10 (4.30% from 255) = 18.52%
R=12.96%
G=68.52%
B=18.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal737100.8100.730.8512668.188.63
Hex725A51049557e449
Octal74512121011112517610411
Binary11110010110101010001010010011010101111111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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