Html Css Color HEX #133217 Black Bean

📋 copy color: '#133217'

red 19 ◦ green 50 ◦ blue 23

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

Shades of Black Bean #133217

Tints of Black Bean #133217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 54.35%

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

R = 20.65%
G = 54.35%
B = 25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#133217 (or 0x133217) is known color: Black Bean. HEX triplet: 13, 32 and 17. RGB value is (19,50,23). Sum of RGB (Red+Green+Blue) = 19+50+23=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #133217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133217 is #ECCDE8. Grayscale: #252525. Windows color (decimal): -15519209 or 1520147. OLE color: 1520147.

HSL color Cylindrical-coordinate representation of color #133217: hue angle of 127.74º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133217 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 23 -
CMYK 0.62 0 0.54 0.80
HSL 127.74º 0.45% 0.14% -
HSV(B) 127.74º 0.62% 0.2% -
XYZ 1.56 2.48 1.21 -
YUV 37.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 19 50 23 0.62 0 0.54 0.80 127.74 0.45 0.14
Hex 13 32 17 3E 0 36 50 80 2D E
Octal 23 62 27 76 0 66 120 200 55 16
Binary 10011 110010 10111 111110 0 110110 1010000 10000000 101101 1110

Color Harmonies of #133217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133217

Black with #133217

Text Example


Text Example

White with #133217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133217; }

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

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

background-color css

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

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

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

border-color css

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

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

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