Html Css Color HEX #112713 Black Bean

📋 copy color: '#112713'

red 17 ◦ green 39 ◦ blue 19

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

Shades of Black Bean #112713

Tints of Black Bean #112713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 52%

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

R = 22.67%
G = 52%
B = 25.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#112713 (or 0x112713) is known color: Black Bean. HEX triplet: 11, 27 and 13. RGB value is (17,39,19). Sum of RGB (Red+Green+Blue) = 17+39+19=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #112713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112713 is #EED8EC. Grayscale: #1E1E1E. Windows color (decimal): -15653101 or 1255185. OLE color: 1255185.

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

Color convert

RGB 17 39 19 -
CMYK 0.56 0 0.51 0.85
HSL 125.45º 0.39% 0.11% -
HSV(B) 125.45º 0.56% 0.15% -
XYZ 1.07 1.62 0.87 -
YUV 30.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 17 39 19 0.56 0 0.51 0.85 125.45 0.39 0.11
Hex 11 27 13 38 0 33 55 7D 27 B
Octal 21 47 23 70 0 63 125 175 47 13
Binary 10001 100111 10011 111000 0 110011 1010101 1111101 100111 1011

Color Harmonies of #112713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112713

Black with #112713

Text Example


Text Example

White with #112713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112713; }

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

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

background-color css

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

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

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

border-color css

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

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

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