#18381D

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

Shades of Black Bean #18381D

Tints of Black Bean #18381D

Color information

#18381D (or 0x18381D) is unknown color: approx Black Bean. HEX triplet: 18, 38 and 1D. RGB value is (24,56,29). Sum of RGB (Red+Green+Blue) = 24+56+29=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #18381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18381D is #E7C7E2. Grayscale: #2B2B2B. Windows color (decimal): -15189987 or 1914904. OLE color: 1914904.

HSL color Cylindrical-coordinate representation of color #18381D: hue angle of 129.38º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #18381D is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB245629-
CMYK0.5700.480.78
HSL129.38º40%15.69%-
HSV(B)129.38º57.14%21.96%-
XYZ2.013.111.66-
YUV43.35119.9114.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=22.02%
G=51.38%
B=26.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2456290.5700.480.78129.384015.69
Hex18381D390304E812810
Octal307035710601162015020
Binary1100011100011101111001011000010011101000000110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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