#18241B

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

Shades of Black Bean #18241B

Tints of Black Bean #18241B

Color information

#18241B (or 0x18241B) is unknown color: approx Black Bean. HEX triplet: 18, 24 and 1B. RGB value is (24,36,27). Sum of RGB (Red+Green+Blue) = 24+36+27=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 36 - color contains mainly: green. Hex color #18241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18241B is #E7DBE4. Grayscale: #1F1F1F. Windows color (decimal): -15195109 or 1778712. OLE color: 1778712.

HSL color Cylindrical-coordinate representation of color #18241B: hue angle of 135º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #18241B is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB243627-
CMYK0.3300.250.86
HSL135º20%11.76%-
HSV(B)135º33.33%14.12%-
XYZ1.211.541.27-
YUV31.39125.52122.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 36 (14.45% from 255) = 41.38%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=27.59%
G=41.38%
B=31.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2436270.3300.250.861352011.76
Hex18241B21019568714c
Octal304433410311262072414
Binary1100010010011011100001011001101011010000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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