#09140C

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

Shades of Black Bean #09140C

Tints of Black Bean #09140C

Color information

#09140C (or 0x09140C) is unknown color: approx Black Bean. HEX triplet: 09, 14 and 0C. RGB value is (9,20,12). Sum of RGB (Red+Green+Blue) = 9+20+12=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #09140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09140C is #F6EBF3. Grayscale: #0F0F0F. Windows color (decimal): -16182260 or 791561. OLE color: 791561.

HSL color Cylindrical-coordinate representation of color #09140C: hue angle of 136.36º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #09140C is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB92012-
CMYK0.5500.400.92
HSL136.36º37.93%5.69%-
HSV(B)136.36º55%7.84%-
XYZ0.430.580.44-
YUV15.8125.86123.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 21.95%
GREEN value IS 20 (8.20% from 255) = 48.78%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=21.95%
G=48.78%
B=29.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal920120.5500.400.92136.3637.935.69
Hex914C370285C88266
Octal11241467050134210466
Binary10011010011001101110101000101110010001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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