Html Css Color HEX #19321F Black Bean

📋 copy color: '#19321F'

red 25 ◦ green 50 ◦ blue 31

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

Shades of Black Bean #19321F

Tints of Black Bean #19321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 29.25%

R = 23.58%
G = 47.17%
B = 29.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#19321F (or 0x19321F) is known color: Black Bean. HEX triplet: 19, 32 and 1F. RGB value is (25,50,31). Sum of RGB (Red+Green+Blue) = 25+50+31=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #19321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19321F is #E6CDE0. Grayscale: #282828. Windows color (decimal): -15125985 or 2044441. OLE color: 2044441.

HSL color Cylindrical-coordinate representation of color #19321F: hue angle of 134.4º 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 #19321F is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 50 31 -
CMYK 0.50 0 0.38 0.80
HSL 134.4º 0.33% 0.15% -
HSV(B) 134.4º 0.5% 0.2% -
XYZ 1.79 2.59 1.7 -
YUV 40.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 25 50 31 0.50 0 0.38 0.80 134.4 0.33 0.15
Hex 19 32 1F 32 0 26 50 86 21 F
Octal 31 62 37 62 0 46 120 206 41 17
Binary 11001 110010 11111 110010 0 100110 1010000 10000110 100001 1111

Color Harmonies of #19321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19321F

Black with #19321F

Text Example


Text Example

White with #19321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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