Html Css Color HEX #112B15 Black Bean

📋 copy color: '#112B15'

red 17 ◦ green 43 ◦ blue 21

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

Shades of Black Bean #112B15

Tints of Black Bean #112B15

RGB

 RED value IS 17 (7.03% from 255) = 20.99%

 GREEN value IS 43 (17.19% from 255) = 53.09%

 BLUE value IS 21 (8.59% from 255) = 25.93%

R = 20.99%
G = 53.09%
B = 25.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.83

RGB Variations

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

Color information

#112B15 (or 0x112B15) is known color: Black Bean. HEX triplet: 11, 2B and 15. RGB value is (17,43,21). Sum of RGB (Red+Green+Blue) = 17+43+21=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 43 (17.19% from 255 or 53.09% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 43 - color contains mainly: green. Hex color #112B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112B15 is #EED4EA. Grayscale: #202020. Windows color (decimal): -15652075 or 1387281. OLE color: 1387281.

HSL color Cylindrical-coordinate representation of color #112B15: hue angle of 129.23º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112B15 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 43 21 -
CMYK 0.60 0 0.51 0.83
HSL 129.23º 0.43% 0.12% -
HSV(B) 129.23º 0.6% 0.17% -
XYZ 1.23 1.9 1.01 -
YUV 32.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 17 43 21 0.60 0 0.51 0.83 129.23 0.43 0.12
Hex 11 2B 15 3C 0 33 53 81 2B C
Octal 21 53 25 74 0 63 123 201 53 14
Binary 10001 101011 10101 111100 0 110011 1010011 10000001 101011 1100

Color Harmonies of #112B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B15

Black with #112B15

Text Example


Text Example

White with #112B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112B15; }

 p { color: rgb(17,43,21); }

 H1.HeaderClassName
 {
   color: #112B15;
 }
 .AnyTagClassName
 {
   color: #112B15;
 }
</style>

background-color css

<style>
 a { background-color: #112B15; }

 a { background-color: rgb(17,43,21); }

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

border-color css

<style>
 span { border-color: #112B15; }

 span { border-color: rgb(17,43,21); }

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