#18351E

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

Shades of Black Bean #18351E

Tints of Black Bean #18351E

Color information

#18351E (or 0x18351E) is unknown color: approx Black Bean. HEX triplet: 18, 35 and 1E. RGB value is (24,53,30). Sum of RGB (Red+Green+Blue) = 24+53+30=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #18351E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18351E is #E7CAE1. Grayscale: #292929. Windows color (decimal): -15190754 or 1979672. OLE color: 1979672.

HSL color Cylindrical-coordinate representation of color #18351E: hue angle of 132.41º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #18351E is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB245330-
CMYK0.5500.430.79
HSL132.41º37.66%15.1%-
HSV(B)132.41º54.72%20.78%-
XYZ1.882.831.68-
YUV41.71121.39115.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=22.43%
G=49.53%
B=28.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2453300.5500.430.79132.4137.6615.1
Hex18351E3702B4F8426f
Octal306536670531172044617
Binary110001101011111011011101010111001111100001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18351E; }

 p { color: rgb(24,53,30); }

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

<style>
 a { background-color: #18351E; }

 a { background-color: rgb(24,53,30); }

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

<style>
 span { border-color: #18351E; }

 span { border-color: rgb(24,53,30); }

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