Html Css Color HEX #133117 Black Bean

📋 copy color: '#133117'

red 19 ◦ green 49 ◦ blue 23

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

Shades of Black Bean #133117

Tints of Black Bean #133117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 25.27%

R = 20.88%
G = 53.85%
B = 25.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#133117 (or 0x133117) is known color: Black Bean. HEX triplet: 13, 31 and 17. RGB value is (19,49,23). Sum of RGB (Red+Green+Blue) = 19+49+23=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #133117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133117 is #ECCEE8. Grayscale: #252525. Windows color (decimal): -15519465 or 1519891. OLE color: 1519891.

HSL color Cylindrical-coordinate representation of color #133117: hue angle of 128º 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 #133117 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 49 23 -
CMYK 0.61 0 0.53 0.81
HSL 128º 0.44% 0.13% -
HSV(B) 128º 0.61% 0.19% -
XYZ 1.52 2.4 1.19 -
YUV 37.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 19 49 23 0.61 0 0.53 0.81 128 0.44 0.13
Hex 13 31 17 3D 0 35 51 80 2C D
Octal 23 61 27 75 0 65 121 200 54 15
Binary 10011 110001 10111 111101 0 110101 1010001 10000000 101100 1101

Color Harmonies of #133117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133117

Black with #133117

Text Example


Text Example

White with #133117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133117; }

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

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

background-color css

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

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

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

border-color css

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

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

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