#1C251C

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

Shades of Black Bean #1C251C

Tints of Black Bean #1C251C

Color information

#1C251C (or 0x1C251C) is unknown color: approx Black Bean. HEX triplet: 1C, 25 and 1C. RGB value is (28,37,28). Sum of RGB (Red+Green+Blue) = 28+37+28=93 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.11% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #1C251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C251C is #E3DAE3. Grayscale: #212121. Windows color (decimal): -14932708 or 1844508. OLE color: 1844508.

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

Color convert

RGB283728-
CMYK0.2400.240.85
HSL120º13.85%12.75%-
HSV(B)120º24.32%14.51%-
XYZ1.351.651.35-
YUV33.28125.02124.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 30.11%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=30.11%
G=39.78%
B=30.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2837280.2400.240.8512013.8512.75
Hex1C251C180185578ed
Octal344534300301251701615
Binary1110010010111100110000110001010101111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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