Html Css Color HEX #112213 Black Bean

📋 copy color: '#112213'

red 17 ◦ green 34 ◦ blue 19

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

Shades of Black Bean #112213

Tints of Black Bean #112213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 48.57%

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

R = 24.29%
G = 48.57%
B = 27.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#112213 (or 0x112213) is known color: Black Bean. HEX triplet: 11, 22 and 13. RGB value is (17,34,19). Sum of RGB (Red+Green+Blue) = 17+34+19=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 34 (13.67% from 255 or 48.57% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 34 - color contains mainly: green. Hex color #112213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112213 is #EEDDEC. Grayscale: #1B1B1B. Windows color (decimal): -15654381 or 1253905. OLE color: 1253905.

HSL color Cylindrical-coordinate representation of color #112213: hue angle of 127.06º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #112213 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 34 19 -
CMYK 0.50 0 0.44 0.87
HSL 127.06º 0.33% 0.1% -
HSV(B) 127.06º 0.5% 0.13% -
XYZ 0.92 1.31 0.82 -
YUV 27.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 17 34 19 0.50 0 0.44 0.87 127.06 0.33 0.1
Hex 11 22 13 32 0 2C 57 7F 21 A
Octal 21 42 23 62 0 54 127 177 41 12
Binary 10001 100010 10011 110010 0 101100 1010111 1111111 100001 1010

Color Harmonies of #112213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112213

Black with #112213

Text Example


Text Example

White with #112213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112213; }

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

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

background-color css

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

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

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

border-color css

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

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

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