#1C341E

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

Shades of Black Bean #1C341E

Tints of Black Bean #1C341E

Color information

#1C341E (or 0x1C341E) is unknown color: approx Black Bean. HEX triplet: 1C, 34 and 1E. RGB value is (28,52,30). Sum of RGB (Red+Green+Blue) = 28+52+30=110 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.45% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #1C341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C341E is #E3CBE1. Grayscale: #2A2A2A. Windows color (decimal): -14928866 or 1979420. OLE color: 1979420.

HSL color Cylindrical-coordinate representation of color #1C341E: hue angle of 125º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C341E is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB285230-
CMYK0.4600.420.80
HSL125º30%15.69%-
HSV(B)125º46.15%20.39%-
XYZ1.942.81.67-
YUV42.32121.05117.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.45%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=25.45%
G=47.27%
B=27.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2852300.4600.420.801253015.69
Hex1C341E2E02A507d1e10
Octal346436560521201753620
Binary11100110100111101011100101010101000011111011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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