Html Css Color HEX #132117 Black Bean

📋 copy color: '#132117'

red 19 ◦ green 33 ◦ blue 23

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

Shades of Black Bean #132117

Tints of Black Bean #132117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 44%

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

R = 25.33%
G = 44%
B = 30.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#132117 (or 0x132117) is known color: Black Bean. HEX triplet: 13, 21 and 17. RGB value is (19,33,23). Sum of RGB (Red+Green+Blue) = 19+33+23=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #132117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132117 is #ECDEE8. Grayscale: #1B1B1B. Windows color (decimal): -15523561 or 1515795. OLE color: 1515795.

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

Color convert

RGB 19 33 23 -
CMYK 0.42 0 0.30 0.87
HSL 137.14º 0.27% 0.1% -
HSV(B) 137.14º 0.42% 0.13% -
XYZ 0.97 1.29 1.01 -
YUV 27.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 19 33 23 0.42 0 0.30 0.87 137.14 0.27 0.1
Hex 13 21 17 2A 0 1E 57 89 1B A
Octal 23 41 27 52 0 36 127 211 33 12
Binary 10011 100001 10111 101010 0 11110 1010111 10001001 11011 1010

Color Harmonies of #132117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132117

Black with #132117

Text Example


Text Example

White with #132117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132117; }

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

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

background-color css

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

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

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

border-color css

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

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

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