Html Css Color HEX #19321D Black Bean

📋 copy color: '#19321D'

red 25 ◦ green 50 ◦ blue 29

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

Shades of Black Bean #19321D

Tints of Black Bean #19321D

RGB

 RED value IS 25 (10.16% from 255) = 24.04%

 GREEN value IS 50 (19.92% from 255) = 48.08%

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 24.04%
G = 48.08%
B = 27.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#19321D (or 0x19321D) is known color: Black Bean. HEX triplet: 19, 32 and 1D. RGB value is (25,50,29). Sum of RGB (Red+Green+Blue) = 25+50+29=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #19321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19321D is #E6CDE2. Grayscale: #282828. Windows color (decimal): -15125987 or 1913369. OLE color: 1913369.

HSL color Cylindrical-coordinate representation of color #19321D: hue angle of 129.6º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #19321D is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 50 29 -
CMYK 0.50 0 0.42 0.80
HSL 129.6º 0.33% 0.15% -
HSV(B) 129.6º 0.5% 0.2% -
XYZ 1.76 2.58 1.57 -
YUV 40.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 25 50 29 0.50 0 0.42 0.80 129.6 0.33 0.15
Hex 19 32 1D 32 0 2A 50 82 21 F
Octal 31 62 35 62 0 52 120 202 41 17
Binary 11001 110010 11101 110010 0 101010 1010000 10000010 100001 1111

Color Harmonies of #19321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19321D

Black with #19321D

Text Example


Text Example

White with #19321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19321D; }

 p { color: rgb(25,50,29); }

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

background-color css

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

 a { background-color: rgb(25,50,29); }

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

border-color css

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

 span { border-color: rgb(25,50,29); }

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