#09250C

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

Shades of Black Bean #09250C

Tints of Black Bean #09250C

Color information

#09250C (or 0x09250C) is unknown color: approx Black Bean. HEX triplet: 09, 25 and 0C. RGB value is (9,37,12). Sum of RGB (Red+Green+Blue) = 9+37+12=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #09250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09250C is #F6DAF3. Grayscale: #191919. Windows color (decimal): -16177908 or 795913. OLE color: 795913.

HSL color Cylindrical-coordinate representation of color #09250C: hue angle of 126.43º 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 #09250C is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB93712-
CMYK0.7600.680.85
HSL126.43º60.87%9.02%-
HSV(B)126.43º75.68%14.51%-
XYZ0.841.410.58-
YUV25.78120.22116.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.52%
GREEN value IS 37 (14.84% from 255) = 63.79%
BLUE value IS 12 (5.08% from 255) = 20.69%
R=15.52%
G=63.79%
B=20.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal937120.7600.680.85126.4360.879.02
Hex925C4C044557e3d9
Octal11451411401041251767511
Binary10011001011100100110001000100101010111111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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