Html Css Color HEX #09130B Black Bean

📋 copy color: '#09130B'

red 9 ◦ green 19 ◦ blue 11

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

Shades of Black Bean #09130B

Tints of Black Bean #09130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 48.72%

 BLUE value IS 11 (4.69% from 255) = 28.21%

R = 23.08%
G = 48.72%
B = 28.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#09130B (or 0x09130B) is known color: Black Bean. HEX triplet: 09, 13 and 0B. RGB value is (9,19,11). Sum of RGB (Red+Green+Blue) = 9+19+11=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #09130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09130B is #F6ECF4. Grayscale: #0F0F0F. Windows color (decimal): -16182517 or 725769. OLE color: 725769.

HSL color Cylindrical-coordinate representation of color #09130B: hue angle of 132º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #09130B is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 19 11 -
CMYK 0.53 0 0.42 0.93
HSL 132º 0.36% 0.05% -
HSV(B) 132º 0.53% 0.07% -
XYZ 0.41 0.55 0.4 -
YUV 15.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 9 19 11 0.53 0 0.42 0.93 132 0.36 0.05
Hex 9 13 B 35 0 2A 5D 84 24 5
Octal 11 23 13 65 0 52 135 204 44 5
Binary 1001 10011 1011 110101 0 101010 1011101 10000100 100100 101

Color Harmonies of #09130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09130B

Black with #09130B

Text Example


Text Example

White with #09130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09130B; }

 p { color: rgb(9,19,11); }

 H1.HeaderClassName
 {
   color: #09130B;
 }
 .AnyTagClassName
 {
   color: #09130B;
 }
</style>

background-color css

<style>
 a { background-color: #09130B; }

 a { background-color: rgb(9,19,11); }

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

border-color css

<style>
 span { border-color: #09130B; }

 span { border-color: rgb(9,19,11); }

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