#18331E

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

Shades of Black Bean #18331E

Tints of Black Bean #18331E

Color information

#18331E (or 0x18331E) is unknown color: approx Black Bean. HEX triplet: 18, 33 and 1E. RGB value is (24,51,30). Sum of RGB (Red+Green+Blue) = 24+51+30=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #18331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18331E is #E7CCE1. Grayscale: #282828. Windows color (decimal): -15191266 or 1979160. OLE color: 1979160.

HSL color Cylindrical-coordinate representation of color #18331E: hue angle of 133.33º 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 #18331E is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB245130-
CMYK0.5300.410.8
HSL133.33º36%14.71%-
HSV(B)133.33º52.94%20%-
XYZ1.792.661.65-
YUV40.53122.05116.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.86%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 30 (12.11% from 255) = 28.57%
R=22.86%
G=48.57%
B=28.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451300.5300.410.8133.333614.71
Hex18331E35029508524f
Octal306336650511202054417
Binary110001100111111011010101010011010000100001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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