#18251C

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

Shades of Black Bean #18251C

Tints of Black Bean #18251C

Color information

#18251C (or 0x18251C) is unknown color: approx Black Bean. HEX triplet: 18, 25 and 1C. RGB value is (24,37,28). Sum of RGB (Red+Green+Blue) = 24+37+28=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #18251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18251C is #E7DAE3. Grayscale: #202020. Windows color (decimal): -15194852 or 1844504. OLE color: 1844504.

HSL color Cylindrical-coordinate representation of color #18251C: hue angle of 138.46º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #18251C is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB243728-
CMYK0.3500.240.85
HSL138.46º21.31%11.96%-
HSV(B)138.46º35.14%14.51%-
XYZ1.251.61.34-
YUV32.09125.69122.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.97%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=26.97%
G=41.57%
B=31.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2437280.3500.240.85138.4621.3111.96
Hex18251C23018558a15c
Octal304534430301252122514
Binary1100010010111100100011011000101010110001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18251C; }

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

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

<style>
 a { background-color: #18251C; }

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

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

<style>
 span { border-color: #18251C; }

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

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