Html Css Color HEX #112613 Black Bean

📋 copy color: '#112613'

red 17 ◦ green 38 ◦ blue 19

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

Shades of Black Bean #112613

Tints of Black Bean #112613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 51.35%

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

R = 22.97%
G = 51.35%
B = 25.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#112613 (or 0x112613) is known color: Black Bean. HEX triplet: 11, 26 and 13. RGB value is (17,38,19). Sum of RGB (Red+Green+Blue) = 17+38+19=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #112613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112613 is #EED9EC. Grayscale: #1D1D1D. Windows color (decimal): -15653357 or 1254929. OLE color: 1254929.

HSL color Cylindrical-coordinate representation of color #112613: hue angle of 125.71º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #112613 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 38 19 -
CMYK 0.55 0 0.50 0.85
HSL 125.71º 0.38% 0.11% -
HSV(B) 125.71º 0.55% 0.15% -
XYZ 1.04 1.55 0.86 -
YUV 29.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 17 38 19 0.55 0 0.50 0.85 125.71 0.38 0.11
Hex 11 26 13 37 0 32 55 7E 26 B
Octal 21 46 23 67 0 62 125 176 46 13
Binary 10001 100110 10011 110111 0 110010 1010101 1111110 100110 1011

Color Harmonies of #112613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112613

Black with #112613

Text Example


Text Example

White with #112613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112613; }

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

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

background-color css

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

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

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

border-color css

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

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

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