#09250B

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

Shades of Black Bean #09250B

Tints of Black Bean #09250B

Color information

#09250B (or 0x09250B) is unknown color: approx Black Bean. HEX triplet: 09, 25 and 0B. RGB value is (9,37,11). Sum of RGB (Red+Green+Blue) = 9+37+11=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 37 (14.84% from 255 or 64.91% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 37 - color contains mainly: green. Hex color #09250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09250B is #F6DAF4. Grayscale: #191919. Windows color (decimal): -16177909 or 730377. OLE color: 730377.

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

Color convert

RGB93711-
CMYK0.7600.700.85
HSL124.29º60.87%9.02%-
HSV(B)124.29º75.68%14.51%-
XYZ0.831.410.54-
YUV25.66119.72116.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.79%
GREEN value IS 37 (14.84% from 255) = 64.91%
BLUE value IS 11 (4.69% from 255) = 19.30%
R=15.79%
G=64.91%
B=19.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal937110.7600.700.85124.2960.879.02
Hex925B4C046557c3d9
Octal11451311401061251747511
Binary10011001011011100110001000110101010111111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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