Html Css Color HEX #091F0A Black Bean

📋 copy color: '#091F0A'

red 9 ◦ green 31 ◦ blue 10

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

Shades of Black Bean #091F0A

Tints of Black Bean #091F0A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 62%

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

R = 18%
G = 62%
B = 20%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.88

RGB Variations

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

Color information

#091F0A (or 0x091F0A) is known color: Black Bean. HEX triplet: 09, 1F and 0A. RGB value is (9,31,10). Sum of RGB (Red+Green+Blue) = 9+31+10=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #091F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091F0A is #F6E0F5. Grayscale: #161616. Windows color (decimal): -16179446 or 663305. OLE color: 663305.

HSL color Cylindrical-coordinate representation of color #091F0A: hue angle of 122.73º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #091F0A is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.88.

Color convert

RGB 9 31 10 -
CMYK 0.71 0 0.68 0.88
HSL 122.73º 0.55% 0.08% -
HSV(B) 122.73º 0.71% 0.12% -
XYZ 0.66 1.06 0.46 -
YUV 22.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 9 31 10 0.71 0 0.68 0.88 122.73 0.55 0.08
Hex 9 1F A 47 0 44 58 7B 37 8
Octal 11 37 12 107 0 104 130 173 67 10
Binary 1001 11111 1010 1000111 0 1000100 1011000 1111011 110111 1000

Color Harmonies of #091F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F0A

Black with #091F0A

Text Example


Text Example

White with #091F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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