#07250B

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

Shades of Black Bean #07250B

Tints of Black Bean #07250B

Color information

#07250B (or 0x07250B) is unknown color: approx Black Bean. HEX triplet: 07, 25 and 0B. RGB value is (7,37,11). Sum of RGB (Red+Green+Blue) = 7+37+11=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #07250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07250B is #F8DAF4. Grayscale: #191919. Windows color (decimal): -16308981 or 730375. OLE color: 730375.

HSL color Cylindrical-coordinate representation of color #07250B: hue angle of 128º 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 #07250B is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB73711-
CMYK0.8100.700.85
HSL128º68.18%8.63%-
HSV(B)128º81.08%14.51%-
XYZ0.811.390.54-
YUV25.07120.06115.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.73%
GREEN value IS 37 (14.84% from 255) = 67.27%
BLUE value IS 11 (4.69% from 255) = 20%
R=12.73%
G=67.27%
B=20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal737110.8100.700.8512868.188.63
Hex725B510465580449
Octal74513121010612520010411
Binary111100101101110100010100011010101011000000010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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