#182F1B

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

Shades of Black Bean #182F1B

Tints of Black Bean #182F1B

Color information

#182F1B (or 0x182F1B) is unknown color: approx Black Bean. HEX triplet: 18, 2F and 1B. RGB value is (24,47,27). Sum of RGB (Red+Green+Blue) = 24+47+27=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 47 (18.75% from 255 or 47.96% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 47 - color contains mainly: green. Hex color #182F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F1B is #E7D0E4. Grayscale: #252525. Windows color (decimal): -15192293 or 1781528. OLE color: 1781528.

HSL color Cylindrical-coordinate representation of color #182F1B: hue angle of 127.83º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #182F1B is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB244727-
CMYK0.4900.430.82
HSL127.83º32.39%13.92%-
HSV(B)127.83º48.94%18.43%-
XYZ1.592.311.4-
YUV37.84121.88118.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.49%
GREEN value IS 47 (18.75% from 255) = 47.96%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=24.49%
G=47.96%
B=27.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2447270.4900.430.82127.8332.3913.92
Hex182F1B3102B528020e
Octal305733610531222004016
Binary110001011111101111000101010111010010100000001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182F1B; }

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

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

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

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

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

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

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

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