#1C361F

Color #1C361F Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #1C361F

Tints of Black Bean #1C361F

Color information

#1C361F (or 0x1C361F) is unknown color: approx Black Bean. HEX triplet: 1C, 36 and 1F. RGB value is (28,54,31). Sum of RGB (Red+Green+Blue) = 28+54+31=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #1C361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C361F is #E3C9E0. Grayscale: #2B2B2B. Windows color (decimal): -14928353 or 2045468. OLE color: 2045468.

HSL color Cylindrical-coordinate representation of color #1C361F: hue angle of 126.92º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C361F is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB285431-
CMYK0.4800.430.79
HSL126.92º31.71%16.08%-
HSV(B)126.92º48.15%21.18%-
XYZ2.052.981.76-
YUV43.6120.89116.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.78%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=24.78%
G=47.79%
B=27.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2854310.4800.430.79126.9231.7116.08
Hex1C361F3002B4F7f2010
Octal346637600531171774020
Binary111001101101111111000001010111001111111111110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C361F;
 }
 .AnyTagClassName
 {
   color: #1C361F;
 }
</style>
background-color css

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

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

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

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

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

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