Html Css Color HEX #09140A Black Bean

📋 copy color: '#09140A'

red 9 ◦ green 20 ◦ blue 10

#09140A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #09140A

Tints of Black Bean #09140A

RGB

 RED value IS 9 (3.91% from 255) = 23.08%

 GREEN value IS 20 (8.2% from 255) = 51.28%

 BLUE value IS 10 (4.3% from 255) = 25.64%

R = 23.08%
G = 51.28%
B = 25.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#09140A (or 0x09140A) is known color: 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

RGB 9 20 10 -
CMYK 0.55 0 0.50 0.92
HSL 125.45º 0.38% 0.06% -
HSV(B) 125.45º 0.55% 0.08% -
XYZ 0.42 0.58 0.38 -
YUV 15.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 9 20 10 0.55 0 0.50 0.92 125.45 0.38 0.06
Hex 9 14 A 37 0 32 5C 7D 26 6
Octal 11 24 12 67 0 62 134 175 46 6
Binary 1001 10100 1010 110111 0 110010 1011100 1111101 100110 110

Color Harmonies of #09140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09140A

Black with #09140A

Text Example


Text Example

White with #09140A

Text Example


Text Example

HTML Codes & Css Web 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>