Html Css Color HEX #091A0C Black Bean

📋 copy color: '#091A0C'

red 9 ◦ green 26 ◦ blue 12

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

Shades of Black Bean #091A0C

Tints of Black Bean #091A0C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 55.32%

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

R = 19.15%
G = 55.32%
B = 25.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.90

RGB Variations

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

Color information

#091A0C (or 0x091A0C) is known color: Black Bean. HEX triplet: 09, 1A and 0C. RGB value is (9,26,12). Sum of RGB (Red+Green+Blue) = 9+26+12=47 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.15% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #091A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091A0C is #F6E5F3. Grayscale: #131313. Windows color (decimal): -16180724 or 793097. OLE color: 793097.

HSL color Cylindrical-coordinate representation of color #091A0C: hue angle of 130.59º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #091A0C is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.

Color convert

RGB 9 26 12 -
CMYK 0.65 0 0.54 0.90
HSL 130.59º 0.49% 0.07% -
HSV(B) 130.59º 0.65% 0.1% -
XYZ 0.55 0.82 0.48 -
YUV 19.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 9 26 12 0.65 0 0.54 0.90 130.59 0.49 0.07
Hex 9 1A C 41 0 36 5A 83 31 7
Octal 11 32 14 101 0 66 132 203 61 7
Binary 1001 11010 1100 1000001 0 110110 1011010 10000011 110001 111

Color Harmonies of #091A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091A0C

Black with #091A0C

Text Example


Text Example

White with #091A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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