Html Css Color HEX #112B13 Black Bean

📋 copy color: '#112B13'

red 17 ◦ green 43 ◦ blue 19

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

Shades of Black Bean #112B13

Tints of Black Bean #112B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 24.05%

R = 21.52%
G = 54.43%
B = 24.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.56

 K value IS 0.83

RGB Variations

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

Color information

#112B13 (or 0x112B13) is known color: Black Bean. HEX triplet: 11, 2B and 13. RGB value is (17,43,19). Sum of RGB (Red+Green+Blue) = 17+43+19=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 43 (17.19% from 255 or 54.43% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 43 - color contains mainly: green. Hex color #112B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112B13 is #EED4EC. Grayscale: #202020. Windows color (decimal): -15652077 or 1256209. OLE color: 1256209.

HSL color Cylindrical-coordinate representation of color #112B13: hue angle of 124.62º 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 #112B13 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 43 19 -
CMYK 0.60 0 0.56 0.83
HSL 124.62º 0.43% 0.12% -
HSV(B) 124.62º 0.6% 0.17% -
XYZ 1.21 1.89 0.92 -
YUV 32.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 17 43 19 0.60 0 0.56 0.83 124.62 0.43 0.12
Hex 11 2B 13 3C 0 38 53 7D 2B C
Octal 21 53 23 74 0 70 123 175 53 14
Binary 10001 101011 10011 111100 0 111000 1010011 1111101 101011 1100

Color Harmonies of #112B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B13

Black with #112B13

Text Example


Text Example

White with #112B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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