#18321B

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

Shades of Black Bean #18321B

Tints of Black Bean #18321B

Color information

#18321B (or 0x18321B) is unknown color: approx Black Bean. HEX triplet: 18, 32 and 1B. RGB value is (24,50,27). Sum of RGB (Red+Green+Blue) = 24+50+27=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #18321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18321B is #E7CDE4. Grayscale: #272727. Windows color (decimal): -15191525 or 1782296. OLE color: 1782296.

HSL color Cylindrical-coordinate representation of color #18321B: hue angle of 126.92º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #18321B is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB245027-
CMYK0.5200.460.80
HSL126.92º35.14%14.51%-
HSV(B)126.92º52%19.61%-
XYZ1.722.551.44-
YUV39.6120.89116.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.76%
GREEN value IS 50 (19.92% from 255) = 49.50%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=23.76%
G=49.50%
B=26.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450270.5200.460.80126.9235.1414.51
Hex18321B3402E507f23f
Octal306233640561201774317
Binary11000110010110111101000101110101000011111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18321B; }

 p { color: rgb(24,50,27); }

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

<style>
 a { background-color: #18321B; }

 a { background-color: rgb(24,50,27); }

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

<style>
 span { border-color: #18321B; }

 span { border-color: rgb(24,50,27); }

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