#18281B

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

Shades of Black Bean #18281B

Tints of Black Bean #18281B

Color information

#18281B (or 0x18281B) is unknown color: approx Black Bean. HEX triplet: 18, 28 and 1B. RGB value is (24,40,27). Sum of RGB (Red+Green+Blue) = 24+40+27=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 40 - color contains mainly: green. Hex color #18281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18281B is #E7D7E4. Grayscale: #212121. Windows color (decimal): -15194085 or 1779736. OLE color: 1779736.

HSL color Cylindrical-coordinate representation of color #18281B: hue angle of 131.25º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #18281B is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB244027-
CMYK0.4000.330.84
HSL131.25º25%12.55%-
HSV(B)131.25º40%15.69%-
XYZ1.331.791.31-
YUV33.73124.2121.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 40 (16.02% from 255) = 43.96%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=26.37%
G=43.96%
B=29.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2440270.4000.330.84131.252512.55
Hex18281B28021548319d
Octal305033500411242033115
Binary11000101000110111010000100001101010010000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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