Html Css Color HEX #0B180B Black Bean

📋 copy color: '#0B180B'

red 11 ◦ green 24 ◦ blue 11

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

Shades of Black Bean #0B180B

Tints of Black Bean #0B180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 52.17%

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

R = 23.91%
G = 52.17%
B = 23.91%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#0B180B (or 0x0B180B) is known color: Black Bean. HEX triplet: 0B, 18 and 0B. RGB value is (11,24,11). Sum of RGB (Red+Green+Blue) = 11+24+11=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #0B180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B180B is #F4E7F4. Grayscale: #121212. Windows color (decimal): -16050165 or 727051. OLE color: 727051.

HSL color Cylindrical-coordinate representation of color #0B180B: hue angle of 120º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0B180B is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 24 11 -
CMYK 0.54 0 0.54 0.91
HSL 120º 0.37% 0.07% -
HSV(B) 120º 0.54% 0.09% -
XYZ 0.53 0.75 0.43 -
YUV 18.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 11 24 11 0.54 0 0.54 0.91 120 0.37 0.07
Hex B 18 B 36 0 36 5B 78 25 7
Octal 13 30 13 66 0 66 133 170 45 7
Binary 1011 11000 1011 110110 0 110110 1011011 1111000 100101 111

Color Harmonies of #0B180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B180B

Black with #0B180B

Text Example


Text Example

White with #0B180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,24,11); }

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

background-color css

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

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

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

border-color css

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

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

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