#09230C

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

Shades of Black Bean #09230C

Tints of Black Bean #09230C

Color information

#09230C (or 0x09230C) is unknown color: approx Black Bean. HEX triplet: 09, 23 and 0C. RGB value is (9,35,12). Sum of RGB (Red+Green+Blue) = 9+35+12=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #09230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09230C is #F6DCF3. Grayscale: #181818. Windows color (decimal): -16178420 or 795401. OLE color: 795401.

HSL color Cylindrical-coordinate representation of color #09230C: hue angle of 126.92º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #09230C is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB93512-
CMYK0.7400.660.86
HSL126.92º59.09%8.63%-
HSV(B)126.92º74.29%13.73%-
XYZ0.781.290.56-
YUV24.6120.89116.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.07%
GREEN value IS 35 (14.06% from 255) = 62.5%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=16.07%
G=62.5%
B=21.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal935120.7400.660.86126.9259.098.63
Hex923C4A042567f3b9
Octal11431411201021261777311
Binary10011000111100100101001000010101011011111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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