Html Css Color HEX #09120B Black Bean

📋 copy color: '#09120B'

red 9 ◦ green 18 ◦ blue 11

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

Shades of Black Bean #09120B

Tints of Black Bean #09120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 47.37%

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

R = 23.68%
G = 47.37%
B = 28.95%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.39

 K value IS 0.93

RGB Variations

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

Color information

#09120B (or 0x09120B) is known color: Black Bean. HEX triplet: 09, 12 and 0B. RGB value is (9,18,11). Sum of RGB (Red+Green+Blue) = 9+18+11=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 18 - color contains mainly: green. Hex color #09120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09120B is #F6EDF4. Grayscale: #0E0E0E. Windows color (decimal): -16182773 or 725513. OLE color: 725513.

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

Color convert

RGB 9 18 11 -
CMYK 0.5 0 0.39 0.93
HSL 133.33º 0.33% 0.05% -
HSV(B) 133.33º 0.5% 0.07% -
XYZ 0.39 0.51 0.4 -
YUV 14.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 9 18 11 0.5 0 0.39 0.93 133.33 0.33 0.05
Hex 9 12 B 32 0 27 5D 85 21 5
Octal 11 22 13 62 0 47 135 205 41 5
Binary 1001 10010 1011 110010 0 100111 1011101 10000101 100001 101

Color Harmonies of #09120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09120B

Black with #09120B

Text Example


Text Example

White with #09120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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