Html Css Color HEX #0B110C Black Bean

📋 copy color: '#0B110C'

red 11 ◦ green 17 ◦ blue 12

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

Shades of Black Bean #0B110C

Tints of Black Bean #0B110C

RGB

 RED value IS 11 (4.69% from 255) = 27.5%

 GREEN value IS 17 (7.03% from 255) = 42.5%

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

R = 27.5%
G = 42.5%
B = 30%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.93

RGB Variations

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

Color information

#0B110C (or 0x0B110C) is known color: Black Bean. HEX triplet: 0B, 11 and 0C. RGB value is (11,17,12). Sum of RGB (Red+Green+Blue) = 11+17+12=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 17 - color contains mainly: green. Hex color #0B110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B110C is #F4EEF3. Grayscale: #0E0E0E. Windows color (decimal): -16051956 or 790795. OLE color: 790795.

HSL color Cylindrical-coordinate representation of color #0B110C: hue angle of 130º degrees, saturation: 0.21, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0B110C is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 17 12 -
CMYK 0.35 0 0.29 0.93
HSL 130º 0.21% 0.05% -
HSV(B) 130º 0.35% 0.07% -
XYZ 0.4 0.5 0.42 -
YUV 14.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 11 17 12 0.35 0 0.29 0.93 130 0.21 0.05
Hex B 11 C 23 0 1D 5D 82 15 5
Octal 13 21 14 43 0 35 135 202 25 5
Binary 1011 10001 1100 100011 0 11101 1011101 10000010 10101 101

Color Harmonies of #0B110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B110C

Black with #0B110C

Text Example


Text Example

White with #0B110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B110C; }

 p { color: rgb(11,17,12); }

 H1.HeaderClassName
 {
   color: #0B110C;
 }
 .AnyTagClassName
 {
   color: #0B110C;
 }
</style>

background-color css

<style>
 a { background-color: #0B110C; }

 a { background-color: rgb(11,17,12); }

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

border-color css

<style>
 span { border-color: #0B110C; }

 span { border-color: rgb(11,17,12); }

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