#09140A

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

Shades of Black Bean #09140A

Tints of Black Bean #09140A

Color information

#09140A (or 0x09140A) is unknown color: approx Black Bean. HEX triplet: 09, 14 and 0A. RGB value is (9,20,10). Sum of RGB (Red+Green+Blue) = 9+20+10=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 20 (8.20% from 255 or 51.28% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 20 - color contains mainly: green. Hex color #09140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09140A is #F6EBF5. Grayscale: #0F0F0F. Windows color (decimal): -16182262 or 660489. OLE color: 660489.

HSL color Cylindrical-coordinate representation of color #09140A: hue angle of 125.45º 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 #09140A is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB92010-
CMYK0.5500.500.92
HSL125.45º37.93%5.69%-
HSV(B)125.45º55%7.84%-
XYZ0.420.580.38-
YUV15.57124.86123.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.08%
GREEN value IS 20 (8.20% from 255) = 51.28%
BLUE value IS 10 (4.30% from 255) = 25.64%
R=23.08%
G=51.28%
B=25.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal920100.5500.500.92125.4537.935.69
Hex914A370325C7d266
Octal11241267062134175466
Binary1001101001010110111011001010111001111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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