#18341E

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

Shades of Black Bean #18341E

Tints of Black Bean #18341E

Color information

#18341E (or 0x18341E) is unknown color: approx Black Bean. HEX triplet: 18, 34 and 1E. RGB value is (24,52,30). Sum of RGB (Red+Green+Blue) = 24+52+30=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #18341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18341E is #E7CBE1. Grayscale: #292929. Windows color (decimal): -15191010 or 1979416. OLE color: 1979416.

HSL color Cylindrical-coordinate representation of color #18341E: hue angle of 132.86º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #18341E is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB245230-
CMYK0.5400.420.80
HSL132.86º36.84%14.9%-
HSV(B)132.86º53.85%20.39%-
XYZ1.842.741.66-
YUV41.12121.72115.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.64%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=22.64%
G=49.06%
B=28.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2452300.5400.420.80132.8636.8414.9
Hex18341E3602A508525f
Octal306436660521202054517
Binary110001101001111011011001010101010000100001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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