Html Css Color HEX #132417 Black Bean

📋 copy color: '#132417'

red 19 ◦ green 36 ◦ blue 23

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

Shades of Black Bean #132417

Tints of Black Bean #132417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 46.15%

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

R = 24.36%
G = 46.15%
B = 29.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.86

RGB Variations

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

Color information

#132417 (or 0x132417) is known color: Black Bean. HEX triplet: 13, 24 and 17. RGB value is (19,36,23). Sum of RGB (Red+Green+Blue) = 19+36+23=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #132417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132417 is #ECDBE8. Grayscale: #1D1D1D. Windows color (decimal): -15522793 or 1516563. OLE color: 1516563.

HSL color Cylindrical-coordinate representation of color #132417: hue angle of 134.12º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #132417 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 36 23 -
CMYK 0.47 0 0.36 0.86
HSL 134.12º 0.31% 0.11% -
HSV(B) 134.12º 0.47% 0.14% -
XYZ 1.05 1.46 1.04 -
YUV 29.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 19 36 23 0.47 0 0.36 0.86 134.12 0.31 0.11
Hex 13 24 17 2F 0 24 56 86 1F B
Octal 23 44 27 57 0 44 126 206 37 13
Binary 10011 100100 10111 101111 0 100100 1010110 10000110 11111 1011

Color Harmonies of #132417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132417

Black with #132417

Text Example


Text Example

White with #132417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132417; }

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

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

background-color css

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

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

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

border-color css

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

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

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