Html Css Color HEX #1C321F Black Bean

📋 copy color: '#1C321F'

red 28 ◦ green 50 ◦ blue 31

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

Shades of Black Bean #1C321F

Tints of Black Bean #1C321F

RGB

 RED value IS 28 (11.33% from 255) = 25.69%

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

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

R = 25.69%
G = 45.87%
B = 28.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#1C321F (or 0x1C321F) is known color: Black Bean. HEX triplet: 1C, 32 and 1F. RGB value is (28,50,31). Sum of RGB (Red+Green+Blue) = 28+50+31=109 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.69% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #1C321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C321F is #E3CDE0. Grayscale: #292929. Windows color (decimal): -14929377 or 2044444. OLE color: 2044444.

HSL color Cylindrical-coordinate representation of color #1C321F: hue angle of 128.18º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1C321F is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 28 50 31 -
CMYK 0.44 0 0.38 0.80
HSL 128.18º 0.28% 0.15% -
HSV(B) 128.18º 0.44% 0.2% -
XYZ 1.87 2.63 1.7 -
YUV 41.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 28 50 31 0.44 0 0.38 0.80 128.18 0.28 0.15
Hex 1C 32 1F 2C 0 26 50 80 1C F
Octal 34 62 37 54 0 46 120 200 34 17
Binary 11100 110010 11111 101100 0 100110 1010000 10000000 11100 1111

Color Harmonies of #1C321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C321F

Black with #1C321F

Text Example


Text Example

White with #1C321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C321F; }

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

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

background-color css

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

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

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

border-color css

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

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

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