#182019

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

Shades of Black Bean #182019

Tints of Black Bean #182019

Color information

#182019 (or 0x182019) is unknown color: approx Black Bean. HEX triplet: 18, 20 and 19. RGB value is (24,32,25). Sum of RGB (Red+Green+Blue) = 24+32+25=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 32 - color contains mainly: green. Hex color #182019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182019 is #E7DFE6. Grayscale: #1C1C1C. Windows color (decimal): -15196135 or 1646616. OLE color: 1646616.

HSL color Cylindrical-coordinate representation of color #182019: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #182019 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB243225-
CMYK0.2500.220.87
HSL127.5º14.29%10.98%-
HSV(B)127.5º25%12.55%-
XYZ1.071.31.11-
YUV28.81125.85124.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.63%
GREEN value IS 32 (12.89% from 255) = 39.51%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=29.63%
G=39.51%
B=30.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2432250.2500.220.87127.514.2910.98
Hex18201919016577feb
Octal304031310261271771613
Binary1100010000011001110010101101010111111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182019; }

 p { color: rgb(24,32,25); }

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

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

 a { background-color: rgb(24,32,25); }

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

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

 span { border-color: rgb(24,32,25); }

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