#1C261E

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

Shades of Black Bean #1C261E

Tints of Black Bean #1C261E

Color information

#1C261E (or 0x1C261E) is unknown color: approx Black Bean. HEX triplet: 1C, 26 and 1E. RGB value is (28,38,30). Sum of RGB (Red+Green+Blue) = 28+38+30=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 38 - color contains mainly: green. Hex color #1C261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C261E is #E3D9E1. Grayscale: #222222. Windows color (decimal): -14932450 or 1975836. OLE color: 1975836.

HSL color Cylindrical-coordinate representation of color #1C261E: hue angle of 132º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1C261E is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB283830-
CMYK0.2600.210.85
HSL132º15.15%12.94%-
HSV(B)132º26.32%14.9%-
XYZ1.411.731.49-
YUV34.1125.69123.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 29.17%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=29.17%
G=39.58%
B=31.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2838300.2600.210.8513215.1512.94
Hex1C261E1A0155584fd
Octal344636320251252041715
Binary11100100110111101101001010110101011000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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