#18361D

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

Shades of Black Bean #18361D

Tints of Black Bean #18361D

Color information

#18361D (or 0x18361D) is unknown color: approx Black Bean. HEX triplet: 18, 36 and 1D. RGB value is (24,54,29). Sum of RGB (Red+Green+Blue) = 24+54+29=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #18361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18361D is #E7C9E2. Grayscale: #2A2A2A. Windows color (decimal): -15190499 or 1914392. OLE color: 1914392.

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

Color convert

RGB245429-
CMYK0.5600.460.79
HSL130º38.46%15.29%-
HSV(B)130º55.56%21.18%-
XYZ1.922.921.63-
YUV42.18120.56115.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 54 (21.48% from 255) = 50.47%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=22.43%
G=50.47%
B=27.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2454290.5600.460.7913038.4615.29
Hex18361D3802E4F8226f
Octal306635700561172024617
Binary110001101101110111100001011101001111100000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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