#1C261C

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

Shades of Black Bean #1C261C

Tints of Black Bean #1C261C

Color information

#1C261C (or 0x1C261C) is unknown color: approx Black Bean. HEX triplet: 1C, 26 and 1C. RGB value is (28,38,28). Sum of RGB (Red+Green+Blue) = 28+38+28=94 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.79% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #1C261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C261C is #E3D9E3. Grayscale: #212121. Windows color (decimal): -14932452 or 1844764. OLE color: 1844764.

HSL color Cylindrical-coordinate representation of color #1C261C: hue angle of 120º 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 #1C261C is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB283828-
CMYK0.2600.260.85
HSL120º15.15%12.94%-
HSV(B)120º26.32%14.9%-
XYZ1.381.721.36-
YUV33.87124.69123.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 29.79%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=29.79%
G=40.43%
B=29.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2838280.2600.260.8512015.1512.94
Hex1C261C1A01A5578fd
Octal344634320321251701715
Binary1110010011011100110100110101010101111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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