Html Css Color HEX #133116 Black Bean

📋 copy color: '#133116'

red 19 ◦ green 49 ◦ blue 22

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

Shades of Black Bean #133116

Tints of Black Bean #133116

RGB

 RED value IS 19 (7.81% from 255) = 21.11%

 GREEN value IS 49 (19.53% from 255) = 54.44%

 BLUE value IS 22 (8.98% from 255) = 24.44%

R = 21.11%
G = 54.44%
B = 24.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#133116 (or 0x133116) is known color: Black Bean. HEX triplet: 13, 31 and 16. RGB value is (19,49,22). Sum of RGB (Red+Green+Blue) = 19+49+22=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #133116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133116 is #ECCEE9. Grayscale: #252525. Windows color (decimal): -15519466 or 1454355. OLE color: 1454355.

HSL color Cylindrical-coordinate representation of color #133116: hue angle of 126º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133116 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 49 22 -
CMYK 0.61 0 0.55 0.81
HSL 126º 0.44% 0.13% -
HSV(B) 126º 0.61% 0.19% -
XYZ 1.51 2.39 1.14 -
YUV 36.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 19 49 22 0.61 0 0.55 0.81 126 0.44 0.13
Hex 13 31 16 3D 0 37 51 7E 2C D
Octal 23 61 26 75 0 67 121 176 54 15
Binary 10011 110001 10110 111101 0 110111 1010001 1111110 101100 1101

Color Harmonies of #133116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133116

Black with #133116

Text Example


Text Example

White with #133116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133116; }

 p { color: rgb(19,49,22); }

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

background-color css

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

 a { background-color: rgb(19,49,22); }

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

border-color css

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

 span { border-color: rgb(19,49,22); }

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