#182F1C

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

Shades of Black Bean #182F1C

Tints of Black Bean #182F1C

Color information

#182F1C (or 0x182F1C) is unknown color: approx Black Bean. HEX triplet: 18, 2F and 1C. RGB value is (24,47,28). Sum of RGB (Red+Green+Blue) = 24+47+28=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 47 - color contains mainly: green. Hex color #182F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F1C is #E7D0E3. Grayscale: #262626. Windows color (decimal): -15192292 or 1847064. OLE color: 1847064.

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

Color convert

RGB244728-
CMYK0.4900.400.82
HSL130.43º32.39%13.92%-
HSV(B)130.43º48.94%18.43%-
XYZ1.62.311.46-
YUV37.96122.38118.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.24%
GREEN value IS 47 (18.75% from 255) = 47.47%
BLUE value IS 28 (11.33% from 255) = 28.28%
R=24.24%
G=47.47%
B=28.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2447280.4900.400.82130.4332.3913.92
Hex182F1C31028528220e
Octal305734610501222024016
Binary110001011111110011000101010001010010100000101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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