#182F1D

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

Shades of Black Bean #182F1D

Tints of Black Bean #182F1D

Color information

#182F1D (or 0x182F1D) is unknown color: approx Black Bean. HEX triplet: 18, 2F and 1D. RGB value is (24,47,29). Sum of RGB (Red+Green+Blue) = 24+47+29=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #182F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F1D is #E7D0E2. Grayscale: #262626. Windows color (decimal): -15192291 or 1912600. OLE color: 1912600.

HSL color Cylindrical-coordinate representation of color #182F1D: hue angle of 133.04º 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 #182F1D is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.

Color convert

RGB244729-
CMYK0.4900.380.82
HSL133.04º32.39%13.92%-
HSV(B)133.04º48.94%18.43%-
XYZ1.612.321.52-
YUV38.07122.88117.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24%
GREEN value IS 47 (18.75% from 255) = 47%
BLUE value IS 29 (11.72% from 255) = 29%
R=24%
G=47%
B=29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2447290.4900.380.82133.0432.3913.92
Hex182F1D31026528520e
Octal305735610461222054016
Binary110001011111110111000101001101010010100001011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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