#18371D

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

Shades of Black Bean #18371D

Tints of Black Bean #18371D

Color information

#18371D (or 0x18371D) is unknown color: approx Black Bean. HEX triplet: 18, 37 and 1D. RGB value is (24,55,29). Sum of RGB (Red+Green+Blue) = 24+55+29=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #18371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18371D is #E7C8E2. Grayscale: #2A2A2A. Windows color (decimal): -15190243 or 1914648. OLE color: 1914648.

HSL color Cylindrical-coordinate representation of color #18371D: hue angle of 129.68º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18371D is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB245529-
CMYK0.5600.470.78
HSL129.68º39.24%15.49%-
HSV(B)129.68º56.36%21.57%-
XYZ1.963.021.64-
YUV42.77120.23114.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 55 (21.88% from 255) = 50.93%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=22.22%
G=50.93%
B=26.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2455290.5600.470.78129.6839.2415.49
Hex18371D3802F4E8227f
Octal306735700571162024717
Binary110001101111110111100001011111001110100000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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