Html Css Color HEX #132017 Black Bean

📋 copy color: '#132017'

red 19 ◦ green 32 ◦ blue 23

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

Shades of Black Bean #132017

Tints of Black Bean #132017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 43.24%

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

R = 25.68%
G = 43.24%
B = 31.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.87

RGB Variations

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

Color information

#132017 (or 0x132017) is known color: Black Bean. HEX triplet: 13, 20 and 17. RGB value is (19,32,23). Sum of RGB (Red+Green+Blue) = 19+32+23=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #132017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132017 is #ECDFE8. Grayscale: #1B1B1B. Windows color (decimal): -15523817 or 1515539. OLE color: 1515539.

HSL color Cylindrical-coordinate representation of color #132017: hue angle of 138.46º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #132017 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 32 23 -
CMYK 0.41 0 0.28 0.87
HSL 138.46º 0.25% 0.1% -
HSV(B) 138.46º 0.41% 0.13% -
XYZ 0.94 1.23 1 -
YUV 27.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 19 32 23 0.41 0 0.28 0.87 138.46 0.25 0.1
Hex 13 20 17 29 0 1C 57 8A 19 A
Octal 23 40 27 51 0 34 127 212 31 12
Binary 10011 100000 10111 101001 0 11100 1010111 10001010 11001 1010

Color Harmonies of #132017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132017

Black with #132017

Text Example


Text Example

White with #132017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132017; }

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

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

background-color css

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

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

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

border-color css

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

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

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