#18271C

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

Shades of Black Bean #18271C

Tints of Black Bean #18271C

Color information

#18271C (or 0x18271C) is unknown color: approx Black Bean. HEX triplet: 18, 27 and 1C. RGB value is (24,39,28). Sum of RGB (Red+Green+Blue) = 24+39+28=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #18271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18271C is #E7D8E3. Grayscale: #212121. Windows color (decimal): -15194340 or 1845016. OLE color: 1845016.

HSL color Cylindrical-coordinate representation of color #18271C: hue angle of 136º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #18271C is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.

Color convert

RGB243928-
CMYK0.3800.280.85
HSL136º23.81%12.35%-
HSV(B)136º38.46%15.29%-
XYZ1.311.731.36-
YUV33.26125.03121.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 39 (15.62% from 255) = 42.86%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=26.37%
G=42.86%
B=30.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2439280.3800.280.8513623.8112.35
Hex18271C2601C558818c
Octal304734460341252103014
Binary1100010011111100100110011100101010110001000110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18271C; }

 p { color: rgb(24,39,28); }

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

<style>
 a { background-color: #18271C; }

 a { background-color: rgb(24,39,28); }

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

<style>
 span { border-color: #18271C; }

 span { border-color: rgb(24,39,28); }

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