#18251B

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

Shades of Black Bean #18251B

Tints of Black Bean #18251B

Color information

#18251B (or 0x18251B) is unknown color: approx Black Bean. HEX triplet: 18, 25 and 1B. RGB value is (24,37,27). Sum of RGB (Red+Green+Blue) = 24+37+27=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 37 - color contains mainly: green. Hex color #18251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18251B is #E7DAE4. Grayscale: #1F1F1F. Windows color (decimal): -15194853 or 1778968. OLE color: 1778968.

HSL color Cylindrical-coordinate representation of color #18251B: hue angle of 133.85º 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 #18251B is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB243727-
CMYK0.3500.270.85
HSL133.85º21.31%11.96%-
HSV(B)133.85º35.14%14.51%-
XYZ1.241.61.28-
YUV31.97125.19122.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.27%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=27.27%
G=42.05%
B=30.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2437270.3500.270.85133.8521.3111.96
Hex18251B2301B558615c
Octal304533430331252062514
Binary1100010010111011100011011011101010110000110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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