Html Css Color HEX #1C321E Black Bean

📋 copy color: '#1C321E'

red 28 ◦ green 50 ◦ blue 30

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

Shades of Black Bean #1C321E

Tints of Black Bean #1C321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.78%

R = 25.93%
G = 46.3%
B = 27.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#1C321E (or 0x1C321E) is known color: Black Bean. HEX triplet: 1C, 32 and 1E. RGB value is (28,50,30). Sum of RGB (Red+Green+Blue) = 28+50+30=108 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.93% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #1C321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C321E is #E3CDE1. Grayscale: #292929. Windows color (decimal): -14929378 or 1978908. OLE color: 1978908.

HSL color Cylindrical-coordinate representation of color #1C321E: hue angle of 125.45º 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 #1C321E is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 28 50 30 -
CMYK 0.44 0 0.40 0.80
HSL 125.45º 0.28% 0.15% -
HSV(B) 125.45º 0.44% 0.2% -
XYZ 1.85 2.62 1.64 -
YUV 41.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 28 50 30 0.44 0 0.40 0.80 125.45 0.28 0.15
Hex 1C 32 1E 2C 0 28 50 7D 1C F
Octal 34 62 36 54 0 50 120 175 34 17
Binary 11100 110010 11110 101100 0 101000 1010000 1111101 11100 1111

Color Harmonies of #1C321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C321E

Black with #1C321E

Text Example


Text Example

White with #1C321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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