Html Css Color HEX #132717 Black Bean

📋 copy color: '#132717'

red 19 ◦ green 39 ◦ blue 23

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

Shades of Black Bean #132717

Tints of Black Bean #132717

RGB

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

 GREEN value IS 39 (15.63% from 255) = 48.15%

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

R = 23.46%
G = 48.15%
B = 28.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#132717 (or 0x132717) is known color: Black Bean. HEX triplet: 13, 27 and 17. RGB value is (19,39,23). Sum of RGB (Red+Green+Blue) = 19+39+23=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #132717 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132717 is #ECD8E8. Grayscale: #1F1F1F. Windows color (decimal): -15522025 or 1517331. OLE color: 1517331.

HSL color Cylindrical-coordinate representation of color #132717: hue angle of 132º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132717 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 39 23 -
CMYK 0.51 0 0.41 0.85
HSL 132º 0.34% 0.11% -
HSV(B) 132º 0.51% 0.15% -
XYZ 1.15 1.65 1.07 -
YUV 31.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 19 39 23 0.51 0 0.41 0.85 132 0.34 0.11
Hex 13 27 17 33 0 29 55 84 22 B
Octal 23 47 27 63 0 51 125 204 42 13
Binary 10011 100111 10111 110011 0 101001 1010101 10000100 100010 1011

Color Harmonies of #132717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132717

Black with #132717

Text Example


Text Example

White with #132717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132717; }

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

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

background-color css

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

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

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

border-color css

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

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

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