#09250D

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

Shades of Black Bean #09250D

Tints of Black Bean #09250D

Color information

#09250D (or 0x09250D) is unknown color: approx Black Bean. HEX triplet: 09, 25 and 0D. RGB value is (9,37,13). Sum of RGB (Red+Green+Blue) = 9+37+13=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #09250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09250D is #F6DAF2. Grayscale: #191919. Windows color (decimal): -16177907 or 861449. OLE color: 861449.

HSL color Cylindrical-coordinate representation of color #09250D: hue angle of 128.57º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #09250D is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB93713-
CMYK0.7600.650.85
HSL128.57º60.87%9.02%-
HSV(B)128.57º75.68%14.51%-
XYZ0.851.410.61-
YUV25.89120.72115.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.25%
GREEN value IS 37 (14.84% from 255) = 62.71%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=15.25%
G=62.71%
B=22.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal937130.7600.650.85128.5760.879.02
Hex925D4C04155813d9
Octal11451511401011252017511
Binary100110010111011001100010000011010101100000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09250D; }

 p { color: rgb(9,37,13); }

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

<style>
 a { background-color: #09250D; }

 a { background-color: rgb(9,37,13); }

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

<style>
 span { border-color: #09250D; }

 span { border-color: rgb(9,37,13); }

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