Html Css Color HEX #133417 Black Bean

📋 copy color: '#133417'

red 19 ◦ green 52 ◦ blue 23

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

Shades of Black Bean #133417

Tints of Black Bean #133417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 55.32%

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

R = 20.21%
G = 55.32%
B = 24.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#133417 (or 0x133417) is known color: Black Bean. HEX triplet: 13, 34 and 17. RGB value is (19,52,23). Sum of RGB (Red+Green+Blue) = 19+52+23=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #133417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133417 is #ECCBE8. Grayscale: #262626. Windows color (decimal): -15518697 or 1520659. OLE color: 1520659.

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

Color convert

RGB 19 52 23 -
CMYK 0.63 0 0.56 0.80
HSL 127.27º 0.46% 0.14% -
HSV(B) 127.27º 0.63% 0.2% -
XYZ 1.65 2.66 1.24 -
YUV 38.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 19 52 23 0.63 0 0.56 0.80 127.27 0.46 0.14
Hex 13 34 17 3F 0 38 50 7F 2E E
Octal 23 64 27 77 0 70 120 177 56 16
Binary 10011 110100 10111 111111 0 111000 1010000 1111111 101110 1110

Color Harmonies of #133417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133417

Black with #133417

Text Example


Text Example

White with #133417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133417; }

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

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

background-color css

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

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

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

border-color css

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

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

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