#1C251E

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

Shades of Black Bean #1C251E

Tints of Black Bean #1C251E

Color information

#1C251E (or 0x1C251E) is unknown color: approx Black Bean. HEX triplet: 1C, 25 and 1E. RGB value is (28,37,30). Sum of RGB (Red+Green+Blue) = 28+37+30=95 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.47% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #1C251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C251E is #E3DAE1. Grayscale: #212121. Windows color (decimal): -14932706 or 1975580. OLE color: 1975580.

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

Color convert

RGB283730-
CMYK0.2400.190.85
HSL133.33º13.85%12.75%-
HSV(B)133.33º24.32%14.51%-
XYZ1.371.661.48-
YUV33.51126.02124.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 29.47%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=29.47%
G=38.95%
B=31.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2837300.2400.190.85133.3313.8512.75
Hex1C251E180135585ed
Octal344536300231252051615
Binary11100100101111101100001001110101011000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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