Html Css Color HEX #091E0C Black Bean

📋 copy color: '#091E0C'

red 9 ◦ green 30 ◦ blue 12

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

Shades of Black Bean #091E0C

Tints of Black Bean #091E0C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 58.82%

 BLUE value IS 12 (5.08% from 255) = 23.53%

R = 17.65%
G = 58.82%
B = 23.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.88

RGB Variations

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

Color information

#091E0C (or 0x091E0C) is known color: Black Bean. HEX triplet: 09, 1E and 0C. RGB value is (9,30,12). Sum of RGB (Red+Green+Blue) = 9+30+12=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #091E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091E0C is #F6E1F3. Grayscale: #151515. Windows color (decimal): -16179700 or 794121. OLE color: 794121.

HSL color Cylindrical-coordinate representation of color #091E0C: hue angle of 128.57º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #091E0C is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.

Color convert

RGB 9 30 12 -
CMYK 0.70 0 0.60 0.88
HSL 128.57º 0.54% 0.08% -
HSV(B) 128.57º 0.7% 0.12% -
XYZ 0.64 1.01 0.51 -
YUV 21.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 9 30 12 0.70 0 0.60 0.88 128.57 0.54 0.08
Hex 9 1E C 46 0 3C 58 81 36 8
Octal 11 36 14 106 0 74 130 201 66 10
Binary 1001 11110 1100 1000110 0 111100 1011000 10000001 110110 1000

Color Harmonies of #091E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E0C

Black with #091E0C

Text Example


Text Example

White with #091E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091E0C; }

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

 H1.HeaderClassName
 {
   color: #091E0C;
 }
 .AnyTagClassName
 {
   color: #091E0C;
 }
</style>

background-color css

<style>
 a { background-color: #091E0C; }

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

 div.DivClassName
 {
   background-color: #091E0C;
 }
 .BgClassName
 {
   background-color: #091E0C;
 }
</style>

border-color css

<style>
 span { border-color: #091E0C; }

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

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