#18331D

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

Shades of Black Bean #18331D

Tints of Black Bean #18331D

Color information

#18331D (or 0x18331D) is unknown color: approx Black Bean. HEX triplet: 18, 33 and 1D. RGB value is (24,51,29). Sum of RGB (Red+Green+Blue) = 24+51+29=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #18331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18331D is #E7CCE2. Grayscale: #282828. Windows color (decimal): -15191267 or 1913624. OLE color: 1913624.

HSL color Cylindrical-coordinate representation of color #18331D: hue angle of 131.11º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #18331D is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB245129-
CMYK0.5300.430.8
HSL131.11º36%14.71%-
HSV(B)131.11º52.94%20%-
XYZ1.782.651.58-
YUV40.42121.55116.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.08%
GREEN value IS 51 (20.31% from 255) = 49.04%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=23.08%
G=49.04%
B=27.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451290.5300.430.8131.113614.71
Hex18331D3502B508324f
Octal306335650531202034417
Binary110001100111110111010101010111010000100000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18331D; }

 p { color: rgb(24,51,29); }

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

<style>
 a { background-color: #18331D; }

 a { background-color: rgb(24,51,29); }

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

<style>
 span { border-color: #18331D; }

 span { border-color: rgb(24,51,29); }

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