Html Css Color HEX #0B100C Black Bean

📋 copy color: '#0B100C'

red 11 ◦ green 16 ◦ blue 12

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

Shades of Black Bean #0B100C

Tints of Black Bean #0B100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 41.03%

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

R = 28.21%
G = 41.03%
B = 30.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.94

RGB Variations

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

Color information

#0B100C (or 0x0B100C) is known color: Black Bean. HEX triplet: 0B, 10 and 0C. RGB value is (11,16,12). Sum of RGB (Red+Green+Blue) = 11+16+12=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 16 - color contains mainly: green. Hex color #0B100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B100C is #F4EFF3. Grayscale: #0E0E0E. Windows color (decimal): -16052212 or 790539. OLE color: 790539.

HSL color Cylindrical-coordinate representation of color #0B100C: hue angle of 132º degrees, saturation: 0.19, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0B100C is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB 11 16 12 -
CMYK 0.31 0 0.25 0.94
HSL 132º 0.19% 0.05% -
HSV(B) 132º 0.31% 0.06% -
XYZ 0.39 0.47 0.42 -
YUV 14.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 11 16 12 0.31 0 0.25 0.94 132 0.19 0.05
Hex B 10 C 1F 0 19 5E 84 13 5
Octal 13 20 14 37 0 31 136 204 23 5
Binary 1011 10000 1100 11111 0 11001 1011110 10000100 10011 101

Color Harmonies of #0B100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B100C

Black with #0B100C

Text Example


Text Example

White with #0B100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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